react-material-symbol-icons
v1.2.6
Published
Package for using material symbols from Google on React
Downloads
244
Maintainers
Readme
react-material-symbol-icons
Package for using material symbols from Google on React
Installation
To use the react-material-symbol-icons library, all you need to do is install the react-material-symbol-icons
package
yarn add react-material-symbol-icons
Usage
Here is an example of how to use the library:
import {MaterialSymbol} from "react-material-symbol-icons"
function MyComponent() {
return (
<div>
<MaterialSymbol icon="check_circle"/>
</div>
)
}
Contributing
Feel like contributing? That's awesome! We have a contributing guide to help guide you.