@connorfm/amiltone-icons-editor
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

This project allows to import Content Icons from Amiltone Design System

Usage

import { AddComment } from '@connorfm/amiltone-icons-editor'

<AddComment 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/

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i @connorfm/amiltone-icons-editor

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    112 kB

    Total Files

    87

    Last publish

    Collaborators

    • connorfm