cmicons-react
v1.0.5
Published
Collection Open source Svg icons and generate React Vue component, now collect [jamicons](https://github.com/michaelampr/jam) [humbleicons](https://github.com/zraly/humbleicons)
Downloads
23
Maintainers
Readme
Basic Usage
Collection Open source Svg icons and generate React Vue component, now collect jamicons humbleicons
React
First, install cmicons-react from npm:
npm install cmicons-reactNow each icon can be imported individually as a React component:
Jam icons
import { SearchIcon } from 'cmicons-react/jam'
function MyComponent() {
return (
<div>
<SearchIcon />
<p>...</p>
</div>
)
}Humble icons
import { SearchIcon } from 'cmicons-react/humble'
function MyComponent() {
return (
<div>
<SearchIcon />
<p>...</p>
</div>
)
}License
This library is MIT licensed.
