0.0.2 • Published 10 months ago

duicons v0.0.2

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

Duicons

Duicons Icon Library for React.

duicons

npm

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