@qlue-ui/icon-kit
v0.0.0
Published
<h1 align="center">Qlue Icon Kit</h1>
Downloads
4
Readme
Quick Start
- Download icon from UI/UX team, whatever the format icon
(SVG|PNG|JPG)
but preferSVG
for dynamic custom element - Put your Icon in diretory
assets
- And the last one, run command
yarn build
and automatically icon will be generated
How to use
import { Camera } from "@qlue/icon-kit";
export default function MyPage() {
return <Camera />;
}