react-coolicons
v3.1.0
Published
Easy to use coolicons as react components.
Downloads
4,966
Readme
React Coolicons
Coolicons a carefully designed icons for your next project.
This package is based on version 4.1 of coolicons repository by Kryston Schwarze.
You can easily search through available icons at react-coolicons page.
Installation & Usage
First, install react-coolicons
from npm:
[npm]
npm i react-coolicons
[yarn]
yarn add react-coolicons
Each icon can be imported individually as a React component:
import { Alarm } from 'react-coolicons';
function MyComponent() {
return (
<div>
<Alarm />
</div>
);
}
Icons accepts common SVG properties.
Support this project
License
This library is MIT licensed.