Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 = () => (




)
```