PolymerElements / iron-iconset-svg

Represents a source of icons expressed as a collection of inline SVGs
https://www.webcomponents.org/element/PolymerElements/iron-iconset-svg
37 stars 34 forks source link

Feature: add a neutral-mood icon #63

Closed fabiomolinar closed 6 years ago

fabiomolinar commented 7 years ago

Description

It already currently exists two mood emoticons in the set. One for "positive" mood, another for "negative" mood, "mood" and "mood-bad" respectively. I believe it would be a good idea to add a "neutral" mood emoticon to this set. That way we can use this three emoticons in forms where users can rate/evaluate/assess something's grade/satisfaction/usefulness.

Expected outcome

An additional svg description of a neutral mood emoticon to the set of icons.

Actual outcome

I am currently using the "face" icon for the neutral emoticon. But it doesn't match so good with the design of the "mood" and "mood-bad" icons.

Example of neutral mood faces

grading emoticons example

stramel commented 6 years ago

This isn't the place for icon requests. This is just a component for defining a library of svg icons. iron-icons is where they actually define the icon sets. However, AFAIK, they just define the material icons. You would have better luck trying to get it in over there or just rolling your own icon set.

notwaldorf commented 6 years ago

Yup, the icons are pulled in from https://github.com/google/material-design-icons using a script, so there's nothing we can do (other than re-run the script when there's new icons)