Skip to content

cpmech/iricons

Repository files navigation

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>
);

Package updates

Important: If using ncu -u, keep the following versions fixed:

    "babel-loader": "8.1.0",
    "jest": "26.6.0",
    "ts-jest": "^26.5.1",

About

Ion React Icons - I-R-Icons

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages