安装
¥Installation
Web
为 Web 应用实现 lucide 图标库。
¥Implementation of the lucide icon library for web applications.
pnpm install lucide
yarn add lucide
npm install lucide
bun add lucide
更多详细信息,请参阅 documentation。
¥For more details, see the documentation.
React
为 React 应用实现 lucide 图标库。
¥Implementation of the lucide icon library for React applications.
pnpm install lucide-react
yarn add lucide-react
npm install lucide-react
bun add lucide-react
更多详细信息,请参阅 documentation。对于 React Native,请使用 lucide-react-native
包。
¥For more details, see the documentation. For React Native use the lucide-react-native
package.
Vue
为 Vue 应用实现 lucide 图标库。
¥Implementation of the lucide icon library for Vue applications.
pnpm install lucide-vue-next
yarn add lucide-vue-next
npm install lucide-vue-next
bun add lucide-vue-next
更多详细信息,请参阅 documentation。对于 Vue 2,请使用 lucide-vue
包。
¥For more details, see the documentation. For Vue 2 use the lucide-vue
package.
Svelte
为 Svelte 应用实现 lucide 图标库。
¥Implementation of the lucide icon library for Svelte applications.
pnpm install lucide-svelte
yarn add lucide-svelte
npm install lucide-svelte
bun add lucide-svelte
更多详细信息,请参阅 documentation。
¥For more details, see the documentation.
实线
¥Solid
为 Solid 应用实现 lucide 图标库。
¥Implementation of the lucide icon library for Solid applications.
pnpm install lucide-solid
yarn add lucide-solid
npm install lucide-solid
bun add lucide-solid
更多详细信息,请参阅 documentation。
¥For more details, see the documentation.
Angular
为 Angular 应用实现 lucide 图标库。
¥Implementation of the lucide icon library for Angular applications.
pnpm install lucide-angular
yarn add lucide-angular
npm install lucide-angular
bun add lucide-angular
更多详细信息,请参阅 documentation。
¥For more details, see the documentation.
Preact
为 Preact 应用实现 lucide 图标库。
¥Implementation of the lucide icon library for preact applications.
pnpm install lucide-preact
yarn add lucide-preact
npm install lucide-preact
bun add lucide-preact
更多详细信息,请参阅 documentation。
¥For more details, see the documentation.
Astro
为 Astro 应用实现 lucide 图标库。
¥Implementation of the lucide icon library for Astro applications.
pnpm install @lucide/astro
yarn add @lucide/astro
npm install @lucide/astro
bun add @lucide/astro
更多详细信息,请参阅 documentation。
¥For more details, see the documentation.
静态使用
¥Static usage
为多种用途实现 lucide 图标库,例如:SVG 文件图标、SVG 雪碧图、图标字体和静态 SVG 字符串在 Common JS 模块(适用于 NodeJS)中导出。
¥Implementation of the lucide icon library for multiple usages that like to use: SVG files icons, SVG Sprite, Icon Fonts and static SVG strings export in Common JS modules (for NodeJS).
pnpm install lucide-static
yarn add lucide-static
npm install lucide-static
bun add lucide-static
更多详细信息,请参阅 documentation。
¥For more details, see the documentation.
Figma
Lucide figma 插件。
¥The lucide figma plugin.
访问 Figma 社区页面 安装插件。
¥Visit Figma community page to install the plugin.
Flutter
为 Flutter 应用实现 Lucide 图标库。
¥Implementation of Lucide icon library for Flutter applications.
flutter pub add lucide_icons
更多详细信息,请参阅 pub.dev。
¥For more details, see the pub.dev.