react-icons / react-icons

svg react icons of popular icon packs
https://react-icons.github.io/react-icons/
Other
11.14k stars 721 forks source link

Theming for Material Design Icons #311

Open danielpickett opened 4 years ago

danielpickett commented 4 years ago

Is your feature request related to a problem? Please describe. I want to access themes/styles for Material Design icons. For example, the Rounded theme seen here on the Material Design website.

Material Design icons now supports Filled, Outlined, Rounded, Two-Tone and Sharp themes.

Describe the solution you'd like I would like to be able to access these on import, for example import { alarm } from react-icons/md/rounded or something like that.

Describe alternatives you've considered The only alternative I can think of is not using react-icons. I would have to use Material Design's icon font, or download their SVGs and make my own React components from them.

Additional context I would be happy to help with a PR, given a little coaching on how to go about it.

ferdicus commented 1 year ago

been a while, hasn't it? also willing to lend a hand - someone already working on this?

bring-shrubbery commented 1 year ago

@kamijin-fanta 🙏

abhi1693 commented 1 year ago

I have forked this awesome library due to inactivity and you can find the most up-to-date icons at https://onemind-services-llc.github.io/react-icons-ng/

fakhamatia commented 7 months ago

@kamijin-fanta any progress ?

zac404 commented 2 months ago

Is there still no progress on this problem?