Skip to content

yteruel31/react-material-symbol-icons

Repository files navigation

react-material-symbol-icons

npm

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.