mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-26 19:39:39 -08:00
fix(image): adjust material icons range
This commit is contained in:
parent
a219b65ccf
commit
f44fddd5a9
|
@ -299,7 +299,7 @@ var doubleWidthRunes = []RuneRange{
|
|||
// Font Awesome Extension
|
||||
{Start: '\ue200', End: '\ue2a9'},
|
||||
// Material Design Icons
|
||||
{Start: '\U000f0001', End: '\U000f0848'},
|
||||
{Start: '\U000f0001', End: '\U000f1af0'},
|
||||
// Weather
|
||||
{Start: '\ue300', End: '\ue3eb'},
|
||||
// Octicons
|
||||
|
|
Loading…
Reference in a new issue