spencer-nelson

Results 27 comments of spencer-nelson

Thanks for the suggestion. We are working on the best way to support font creation and maintenance from the files, and will update when we have a concrete plan for...

Just adding a link: https://github.com/microsoft/fluentui-emoji/tree/main/assets/Prince

If you'd like to create a PR to fix the way this file is generated, feel welcome. It is handled in the [generate_icons_md.py](https://github.com/microsoft/fluentui-system-icons/blob/master/generate_icons_md.py) script. If not, we'll put it in...

TL;DR; We're looking at ways to provide multicolor icons.

In short, the view limit for a file is 1 MB in GH, and this file just passed that. The file works if you view it locally, but not in...

This looks like the [Square](https://github.com/microsoft/fluentui-system-icons/blob/master/assets/Square/SVG/ic_fluent_square_24_regular.svg), and [Square Multiple](https://github.com/microsoft/fluentui-system-icons/blob/master/assets/Square%20Multiple/SVG/ic_fluent_square_multiple_24_regular.svg) Icons to me. Is there something I'm missing in the details?

Maximize and Square aren't quite the same, in that the Filled version is handled differently, hence them being kept separate (for simplicity)

I'm sorry, but I don't understand. Please provide a screenshot or mock of the icon in its desired state so we can evaluate the best way to make sure it...

Hello, Apologies for the silence. The font here has very limited support and is currently only planned for use with Flutter projects. That being said, when I installed it and...

The font is created in the [importer](https://github.com/microsoft/fluentui-system-icons/blob/master/importer/package.json) script, using [icon-font-generator](https://www.npmjs.com/package/icon-font-generator). If you would like to play with it to see how it all works you can run the script yourself....