3.1.0 • Published 1 year ago

react-coolicons v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.

3.1.0

1 year ago

3.0.0

1 year ago

2.0.1

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

2.0.0

2 years ago

1.0.0

4 years ago