Icons v1.12.2
Getting started
To install @igloo-ui/icons
in your project, you will need to run the following command using npm:
npm install @igloo-ui/icons
If you prefer Yarn,
yarn add @igloo-ui/icons
Usage
This package support the following sizes: 16
, 24
, and 32
pixels. You can import an icon component into your project by referring to its name:
import Alert from '@igloo-ui/icons/dist/Alert';
<Alert size="small" /> // 16px
<Alert size="medium" /> // 24px
<Alert size="large" /> // 32px