@zenius-one/ursa-icons
v1.0.0
Published
Ursa Icons Library
Readme
@zenius-one/ursa-icons
This package exports a set of icons for use in Zenius application built with the Ursa UI Library that can be imported directly into the application.
Setup
Although this package can be installed standalone, we recommend installing the
Ursa Library and use the
Icon Component to consume the imported icons.
Installation and Usage
- Using the Ursa Library. (Installation Instructions)
In Component.jsx
import { MinusMinor } from '@zenius-one/ursa-icons';
import { Icon } from '@zenius-one/ursa';
const Component = () => {
return (
<Icon source={MinusMinor} />
);
}- Using Ursa Icons as a standalone dependency
Using npm
npm i @zenius-one/ursa-iconsUsing yarn
yarn add @zenius-one/ursa-icons