1.0.1 • Published 6 years ago

@connorfm/amiltone-alert-icons v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

This project allows to import Content Icons from Amiltone Design System

Usage

import { Add } from '@connorfm/amiltone-icons-alert'

<Add fillColor='#000' />

Mandatory props

fillColor: string;

Allows to modify icon color

For typing, the interface needed:

export interface IconProps {
  fillColor: string;
}

List of components

You can find the whole list of components in Icons in the storybook https://5f6df152d3a9750022e3659e-cbilavjswt.chromatic.com/

1.0.1

6 years ago

1.0.0

6 years ago

0.1.9

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago