Add or change the icons inside the icons/ folder.
Then run:
pnpm i
pnpm run buildYou need to have node >= 20, pnpm and rollup installed locally.
import { IconName } from "@initia/icons-react"
<IconName color="white" size={50}/>Both props (color and size) are oprional, these are the default values:
| Prop | Default value |
|---|---|
| color | "currentColor" |
| size | 16 |
Still work in progress