Skip to content

Releases: lucide-icons/lucide

New icons v0.17.1

22 Feb 20:53
874b91e
Compare
Choose a tag to compare

New icons 🎨

Add slot support for icons

22 Feb 08:19
4ededad
Compare
Choose a tag to compare

New Package 📦

Lucide is now supported in Svelte with new package lucide-svelte.

Code improvements ⚡

Slots are now supported in lucide-react, lucide-vue, lucide-vue-next, lucide-preact, lucide-svelte.
Now you can pass children to Icon components. This can help improving accessibility or make it possible to render custom SVGElements over the icon.

Examples

Rendering title and description

This also improves accessibility, and enables the browser native tooltip.

<Icon>
  <title>My awesome text</title>
  <desc>More detailed description about the icon</desc>
</Icon>

Rendering for example a visual text SVGElement over the icon, for example render a ShoppingCart with a number.

With this you can now render custom elements inside Lucide icons, enables you to

<ShoppingCart>
  <text>5</text>
</ShoppingCart>

See codesandbox

New icons v0.16.29

27 Jan 20:34
856611d
Compare
Choose a tag to compare

New icons 🎨

New icons v0.16.28

21 Jan 13:33
cff78e7
Compare
Choose a tag to compare

Modified Icons 🔨

New icons v0.16.27

21 Jan 10:05
cefd68b
Compare
Choose a tag to compare

New icons 🎨

New icons v0.16.26

15 Jan 22:21
0afcf64
Compare
Choose a tag to compare

New icons 🎨

New icons v0.16.25

04 Jan 19:03
7feae88
Compare
Choose a tag to compare

New icons 🎨

New icons v0.16.24

01 Jan 10:22
e296375
Compare
Choose a tag to compare

New icons 🎨

New icons v0.16.23

27 Dec 21:50
2139900
Compare
Choose a tag to compare

New icons 🎨

New icons v0.16.22

15 Dec 11:59
ab68e8a
Compare
Choose a tag to compare

New icons 🎨