meistericons-react
Version:
React icon library of meistericons.
25 lines (17 loc) • 327 B
Markdown
# @meistericons/react
## Installtion
### CDN
```bash
<link rel="https://unpkg.com/@meistericons/react@latest">
```
### npm
```npm
npm install @meistericons/react --save-dev
```
## Usage
```js
import {Airpods} from '@meistericons/react'
export default function App() {
return <Airpods/>
}
```