0.0.2 • Published 10 months ago
duicons v0.0.2
Duicons
Duicons Icon Library for React.
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
Props | Type | Default | Note |
---|---|---|---|
size | string or number | 32px | size={32} or size="32" |
color | string | #000 | css color |
0.0.2
10 months ago
0.0.1-beta.1
2 years ago