Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imedadel/material-icons-shakeable
A tree-shakeable material SVG icons module for React
https://github.com/imedadel/material-icons-shakeable
Last synced: 7 days ago
JSON representation
A tree-shakeable material SVG icons module for React
- Host: GitHub
- URL: https://github.com/imedadel/material-icons-shakeable
- Owner: imedadel
- Created: 2020-07-30T22:17:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T22:18:10.000Z (over 4 years ago)
- Last Synced: 2024-12-22T10:34:27.038Z (12 days ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Material Icons Shakeable
> A tree-shakeable material SVG icons module for React.
## Install
```sh
yarn add material-icons-shakeable
```## Usage
```js
import { IcAccessAlarm24 } from "material-icons-shakeable"export const MyComponent = () => (
)
```