It also shows a small preview of the icons you imported with the link to the lucide website. Dynamic Imports Map (experimental) Addition to #1373 (closed). Lucide react now exposes a dynamic import map dynamicIconImports. Useful for applications that want to show icons dynamically by icon ...
This one fetches the icon data itself and renders it instead of fetching the Icon component from the library. This makes it more flexible with all the frontend frameworks and libraries that exist for React. 🚨 Not recommended for regular applications that work fine with the regular static icon...
{"framework":"React","typescript":false,"iconsDirectory":"src/components/lucide","defaultSize":24,"defaultStrokeWidth":2} Always update icons after changing the configuration. npx lucide-cli update If you change the directory, the tool will not remove the icons from the previous directory. Yo...
npm install @react-native-vector-icons/lucide Usage importLucidefrom'@react-native-vector-icons/lucide';// ...<Lucidename="house"color="#ff0000"size={20}/> Contributing See thecontributing guideto learn how to contribute to the repository and the development workflow. ...
Looking at some issues we have open on Github we can define 1.0. If combine the relevant issues in one list we can split it up into 3 sections: “icons”, “Community” and “packages”.Subjects & issuesIconsComplete the list of icons of feather icons issues #119 Fix icon size designs...
A simple, type-safe React component for displaying Lucide icons with autocomplete functionality. Installation npm i lucide-icon-component Usage import Icon from 'lucide-icon-component'; <Icon icon="user-check" size={24} />; Autocomplete The icon prop is type-safe, so you can use autocomplete...
fix(lucide-react): Revert exports property package.json, fixing edge … … Unverified 2ef6513 ericfennis added a commit that referenced this pull request Feb 24, 2025 fix(icons): optimized beef icon (#2832) … Verified 1250fc2 Kayoshi-dev mentioned this pull request Feb 25, 2025 Can...
feat(lucide-react): Add DynamicIcon component #2686 Draft ericfennis wants to merge 4 commits into lucide-icons:main from ericfennis:dynamic-importsDraft feat(lucide-react): Add DynamicIcon component #2686 ericfennis wants to merge 4 commits into lucide-icons:main from ericfennis:dynamic-...
Describe the bug This works fine with NPM but when I use Yarn some icons are missing such as: import { LuLoader2 } from 'react-icons/lu'; import { LuCheckCircle2 } from 'react-icons/lu'; But import { LuLoader } from 'react-icons/lu'; & i...
A simple, type-safe React component for displaying Lucide icons with autocomplete functionality. Installation npm i lucide-icon-component Usage import Icon from 'lucide-icon-component'; <Icon icon="user-check" size={24} />; Autocomplete The icon prop is type-safe, so you can use autocomplete...