@thesgpgridapp/grid-icons
v1.0.4
Published
Reusable icons for Grid's projects.
Readme
Grid Icon
This library is designed to provide reusable icon components for react project. This package likely offers a collection of pre-designed icons for React application.
Table of Contents
Installation
All configurations are bundled in the package @thesgpgridapp/grid-icons. Follow the steps below:
# If you are using yarn
yarn add @thesgpgridapp/grid-icons
# If you are using npm
npm i @thesgpgridapp/grid-iconsConfiguring Icons
After installation, you can use icons library. Here is example of use:
import {GridLogoFull} from '@thesgpgridapp/grid-icons';
...
<span>
<GridLogoFull />
</span>