2.0.2 • Published 2 years ago

unis-icons-react v2.0.2

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

🦄 unis-icons-react

SVG-based ReactJS icon components.

version build workflow MIT license semantic-release: angular

What it is

These are ReactJS icon components.

Based on 🦄 Unis Icons - A set of SVG icons for UI development.

Getting started

Installation

Using npm:

npm install -D unis-icons-react

Using yarn:

yarn add -D unis-icons-react

Usage

import { ArrowArcLeft } from 'unis-icons-react';

const App = () => {
  return <ArrowArcLeft />;
};

Requirements

  • The unis-icons-react library is ESM.

  • The unis-icons-react library requires Node.js version 14 or higher.

  • The unis-icons-react library requires ReactJS version 16 or higher.

License

MIT

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago