0.5.1 • Published 3 years ago

@cpmech/iricons v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Ion React Icons in TypeScript

See all icons here: https://cpmech.github.io/iricons/

Installation

Option A

Grab each icon individually and add it to your project. The above link also helps the selection.

Option B

npm install @cpmech/iricons

Usage

import { IconSync } from '@cpmech/iricons/IconSync';

export const MyComponent: React.FC = () => (
  <div>
    <IconSync size="100%" />
  </div>
);
0.5.0

3 years ago

0.5.1

3 years ago

0.4.1

3 years ago

0.3.0

3 years ago

0.4.0

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago