1.2.6 • Published 10 months ago

react-material-symbol-icons v1.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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.6

10 months ago

1.2.5

12 months ago

1.2.4

12 months ago

1.2.3

1 year ago

1.2.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago