microsoft / fluentui-system-icons

Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft.
https://aka.ms/fluentui-system-icons
MIT License
6.04k stars 525 forks source link

where to look icons? #324

Open lucasjinreal opened 3 years ago

lucasjinreal commented 3 years ago

image

scottkuhl commented 3 years ago

Looks like the view broke recently. Maybe because the file got too big?

pacMakaveli commented 3 years ago

Looks like the view broke recently. Maybe because the file got too big?

Unlikely. Github probably changed the limit, server side, or something. The file worked a couple of days ago and it broke without any new commits.

Keen to see this fixed or another way of seeing all the icons. I used to leave this page open and just browse the icons when I needed one.

scottkuhl commented 3 years ago

Keen to see this fixed or another way of seeing all the icons. I used to leave this page open and just browse the icons when I needed one.

Same here as well as other members of my team. My PO hit me up that this was broken.

emanuelraber commented 3 years ago

https://icon-sets.iconify.design/fluent/page-28.html You can use svg-grabber instead of downloading one by one. It will download a zip for each page you use it, but I think it's worthy. Take a look at this one as well: https://developer.microsoft.com/en-us/fluentui#/styles/web/icons

pacMakaveli commented 3 years ago

https://studio51.github.io/fluent-ui-icons/

I'm still polishing the UI, but it should allow you to view all the icons Fluent UI has to offer. Any issues or suggestions are welcome: https://github.com/studio51/fluent-ui-icons/issues

YBAZAN commented 3 years ago

Or look at here: https://bennymeg.github.io/ngx-fluent-ui/

spencer-nelson commented 3 years ago

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 GH. If anyone wants to take a stab at reducing the size of it (by consolidating the tables per size, for example) please feel welcome to submit a PR.

lucasjinreal commented 3 years ago

image

this is good, but doesn't have a mapping flutter icon_name between it's nick names. But at least it can look it's shape

tschiekdev commented 3 years ago

I use https://fluenticons.pages.dev/outlined/ for searching icons

robloo commented 3 years ago

Another idea is to split the file into two: regular and filled.

GrayLeee commented 2 years ago

You may clone the repo and open with VSCode locally (with markdown plugin).

image

adarsh4d commented 2 years ago

Try this one https://icones.js.org/collection/fluent

adarsh4d commented 2 years ago

I have built a new viewer, check it out, any issue or feedback, let me know!! https://fluenticon.netlify.app/ fluenticon