lluai-icons
v0.1.1
Published
Icon Component Library based on Lucide Icons
Readme
Lluai Icons
Lluai Icons is a Web Components implementation of the Lucide Icons library — a beautiful, consistent set of open-source icons. This package allows you to use Lucide icons as standard JavaScript Web Components, without depending on any framework.
🚀 Installation
Install via npm:
npm install lluai-icons📦 Usage
Each icon is available as an independent Web Component that can be imported individually.
Example
import 'lluai-icons/components/house.js';Then use it directly in your HTML:
<lluai-icon-house></lluai-icon-house>That’s it — the icon will render inline
📝 License
This library is based on Lucide Icons, which is licensed under the ISC License. All adaptations and Web Component wrappers are released under the MIT License.
