material-components / material-components-web-react

Material Components for React (MDC React)
MIT License
2.02k stars 227 forks source link

@material/react-material-icon | How to use outlined/sharp versions of icons? #1023

Open pixelove-app opened 4 years ago

pixelove-app commented 4 years ago

I tried adding prefixes, and suffixes like "rounded-" "round-", "-rounded" "-round", "rounded", "round", "_round", "_rounded" but none of them worked.

import MaterialIcon from '@material/react-material-icon';

<MaterialIcon icon="home" />
cdock1029 commented 4 years ago

https://github.com/material-components/material-components-web-react/pull/1009