Package Exports
- lucide
- lucide/dist/cjs/lucide.js
- lucide/dist/esm/createElement
- lucide/dist/esm/createElement.js
- lucide/dist/esm/icons/moon
- lucide/dist/esm/icons/moon.js
- lucide/dist/esm/icons/sun
- lucide/dist/esm/icons/sun.js
- lucide/dist/esm/lucide.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lucide) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Lucide icon library for web applications.
About · Icons · Documentation · License
Lucide
Implementation of the lucide icon library for web applications.
Installation
pnpm add lucidenpm install lucideyarn add lucidebun add lucideCDN
<!-- Development version -->
<script src="https://unpkg.com/lucide@latest/dist/umd/lucide.js"></script>
<!-- Production version -->
<script src="https://unpkg.com/lucide@latest"></script>Documentation
For full documentation, visit lucide.dev
Community
Join the Discord server to chat with the maintainers and other users.
License
Lucide is licensed under the ISC license. See LICENSE.