0.0.1 • Published 2 years ago
@soleco/lucide v0.0.1
@soleco/lucide
Lucide icons as Solid components
Install
# npm
npm install --save @soleco/lucide
# yarn
yarn add @soleco/lucide
# pnpm
pnpm add @soleco/lucide
Usage
import Bookmark from "@soleco/lucide/bookmark";
const App = () => (
<div>
<Bookmark />
</div>
);
License
MIT
0.0.1
2 years ago