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
5.91k stars 516 forks source link

missing distinct warning vs error icons #466

Closed dzearing closed 2 years ago

dzearing commented 2 years ago

The error icon looks like a warning icon. (It should be called WarningCircle. An error circle would have a small x in it, which is missing from the list.

My use case is that i have rows of jobs in a tool. They have icons which can represent their running states:

idle running passed passed with warnings failed

I don't quite seem to have enough icons to represent.

image

Almost! But i just need the error icon (the filled circle with X)

spencer-nelson commented 2 years ago

Circle with an X is currently Dismiss Circle. Warnings are usually typified in the system with a rounded triangle akin to Warning

dzearing commented 2 years ago

ah ha, thanks @spencer-nelson, that was it!