0.0.1 • Published 4 years ago
@qlue/icon-kit v0.0.1
Quick Start
- Download icon from UI/UX team, whatever the format icon
(SVG|PNG|JPG)but preferSVGfor dynamic custom element - Put your Icon in diretory
assets - And the last one, run command
yarn buildand automatically icon will be generated
How to use
import { Camera } from '@qlue/icon-kit'
export default function MyPage() {
return <Camera />
}