Skip to content

Releases: lucide-icons/lucide

Dynamic Icon component Lucide React and new icons 0.471.0

10 Jan 13:37
389fed8
Compare
Choose a tag to compare

New Dynamic Icon Component (lucide-react)

This is an easier approach than the previous dynamicIconImports we exported in the library. This one supports all environments.
We removed the examples in the docs of how you can make a dynamic icon yourself with a dedicated DynamicIcon component.
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 components.
Using the dynamic icon component increases build time, separate bundles, and separate network requests for each icon.

How to use

DynamicIcon is useful for applications that want to show icons dynamically by icon name, for example when using a content management system where icon names are stored in a database.

const App = () => (
  <DynamicIcon name="camera" color="red" size={48} />
);

Possible Breaking changes

We have switched to the "exports" property in package.json. This can cause issues if you have directly imported scripts from the package. Please open an issue if we need to refine this export map.

New icons 🎨

New icons 0.470.0

10 Jan 10:53
d5fe5a0
Compare
Choose a tag to compare

New icons 🎨

Modified Icons 🔨

New icons 0.469.0

20 Dec 09:37
ea0ac2f
Compare
Choose a tag to compare

Modified Icons 🔨

New icons 0.468.0

05 Dec 12:19
f12b0de
Compare
Choose a tag to compare

New icons 🎨

New icons 0.467.0

05 Dec 11:56
67cbce6
Compare
Choose a tag to compare

New icons 🎨

Modified Icons 🔨

New icons 0.466.0

05 Dec 08:51
ea89735
Compare
Choose a tag to compare

New icons 🎨

Modified Icons 🔨

New icons 0.465.0

04 Dec 09:07
4213367
Compare
Choose a tag to compare

New icons 🎨

Modified Icons 🔨

New icons 0.464.0

03 Dec 11:45
6b19d52
Compare
Choose a tag to compare

Modified Icons 🔨

New icons 0.463.0

03 Dec 10:37
ee575f6
Compare
Choose a tag to compare

Modified Icons 🔨

New icons 0.462.0

27 Nov 09:48
5ca6bc3
Compare
Choose a tag to compare

New icons 🎨

Modified Icons 🔨