@qlue-ui/icon-kit
v0.0.0
Published
<h1 align="center">Qlue Icon Kit</h1>
Readme
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 />;
}