You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there!
Here my test command
icon_font_generator --from=assets/icons --class-name=UiIcons --out-font=assets/fonts/ui_icons.ttf --out-flutter=lib/ui_icons.dart --normalize
I had this issue too. For me it was caused by <polygon id="Path" points="0 0 24 0 24 24 0 24"></polygon> in the svg file that was there for some reason in addition to the path containing the icon. Deleting that worked. Other generators such as https://www.fluttericon.com/ or https://icomoon.io/app do not seem to have a problem with this though.
Hi there!
Here my test command
icon_font_generator --from=assets/icons --class-name=UiIcons --out-font=assets/fonts/ui_icons.ttf --out-flutter=lib/ui_icons.dart --normalize
Here icon from font created using fluttericon.com and beside using this package
https://i.imgur.com/UQ2Pdx9.png
Here the icon
https://disk.yandex.ru/i/c3_MyGWjkCBMFg
The text was updated successfully, but these errors were encountered: