1.2.3 • Published 4 months ago

react-material-symbol-icons v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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.

1.2.3

4 months ago

1.2.0

6 months ago

1.2.2

6 months ago

1.2.1

6 months ago

1.1.6

7 months ago

1.1.5

8 months ago

1.1.4

8 months ago

1.1.3

8 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.3

9 months ago