Map missing icon

pull/3207/head
Alex Baker 11 months ago
parent d39a63d590
commit 8ac6147302

@ -2,6 +2,14 @@ This icon library is used by the widget
Generated with https://github.com/Nek-12/MaterialSymbolsToFont Generated with https://github.com/Nek-12/MaterialSymbolsToFont
icon metadata pulled from https://fonts.google.com/metadata/icons
`jq -c . < kmp/src/commonMain/composeResources/files/icons.json | sponge kmp/src/commonMain/composeResources/files/icons.json`
```
npm install -g fantasticon
```
``` ```
Fill? (y/n): n Fill? (y/n): n
Mode? (outlined/rounded/sharp): outlined Mode? (outlined/rounded/sharp): outlined

@ -252,7 +252,9 @@ object OutlinedGoogleMaterial2 : ITypeface {
gmo_zoom_in('\uf106'), gmo_zoom_in('\uf106'),
gmo_zoom_in_map('\uf105'), gmo_zoom_in_map('\uf105'),
gmo_zoom_out('\uf104'), gmo_zoom_out('\uf104'),
gmo_zoom_out_map('\uf103'); gmo_zoom_out_map('\uf103'),
gmo_local_grocery_store('\uf3e2'), // mapped to 'gmo_shopping_cart'
;
override val typeface: ITypeface by lazy { OutlinedGoogleMaterial2 } override val typeface: ITypeface by lazy { OutlinedGoogleMaterial2 }
} }

Loading…
Cancel
Save