0.0.2 • Published 1 year ago
duicons v0.0.2
Duicons
Duicons Icon Library for React.
How Install
npm i duiconsUsage
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
1 year ago
0.0.1-beta.1
3 years ago