0.0.1-beta.1 • Published 10 months ago

duicons v0.0.1-beta.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Duicons

Duicons Icon Library for React in Production OPEN SORCE

NOTICE!

The library is currently under development and >undergoing testing, but if you wish to try it out >in your project with the limited icons available >at the moment.

How Install

npm i duicons

Usage

import {AddOutline} from 'duicons';

export default function IconExample() {

return (
        <AddOutline/>
    )
}

You can configure Icons with inline props:

<AddOutline color="#eafe23" size={40}/>

Props

PropsTypeDefaultNote
sizestring or number32pxsize={32} or size="32"
colorstring#000css color