2.0.1 • Published 25 days ago

react-coolicons v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
25 days ago

React Coolicons

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

coolicons

License

This library is MIT licensed.