fix(deps): update dependency lucide-react to ^0.561.0
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| lucide-react (source) | ^0.462.0 -> ^0.561.0 |
Release Notes
lucide-icons/lucide (lucide-react)
v0.561.0: Version 0.561.0
What's Changed
- fix(site): Small adjustments color picker and add clear button search bar by @ericfennis in #3851
- feat(icons): added
stoneicon by @Alportan in #3850
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.560.0...0.561.0
v0.560.0: Version 0.560.0
What's Changed
- feat(icons): added
cannabis-officon by @NickVeles in #3748
New Contributors
- @NickVeles made their first contribution in #3748
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.559.0...0.560.0
v0.559.0: Version 0.559.0
What's Changed
New Contributors
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.558.0...0.559.0
v0.558.0: Version 0.558.0
What's Changed
- feat(icons): added
hdicon by @jamiemlaw in #2958
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.557.0...0.558.0
v0.557.0: Version 0.557.0
What's Changed
- fix(github/workflows/ci): fixes linting issues by @karsa-mistmere in #3858
- fix(icons): changed
memory-stickicon by @karsa-mistmere in #3017 - fix(icons): changed
microchipicon by @karsa-mistmere in #3018 - chore(repo): Update Node version and overal cleanup by @ericfennis in #3861
- fix(icons): changed
paint-bucketicon by @jguddas in #3865 - fix(icons): changed
brush-cleaningicon by @jguddas in #3863 - fix(icons): Swap
thumbs-upthumbs-downpaths to fix fill issue by @theianjones in #3873 - fix(icons): changed
ticketsicon by @karsa-mistmere in #3859 - feat(icons): added
layers-plusicon by @juanisidoro in #3367 - docs(dev): Fix code sample for vanilla JS by @wavebeem in #3836
- feat(icons): add
search-erroricon by @Veatec22 in #3292 - feat(icons): Add
cloud-syncandcloud-backupby @ericfennis in #3466 - feat(icons): added
circle-pileicon by @nathan-de-pachtere in #3681 - feat(icons): added
balloonicon by @peteruithoven in #2519
New Contributors
- @theianjones made their first contribution in #3873
- @juanisidoro made their first contribution in #3367
- @wavebeem made their first contribution in #3836
- @Veatec22 made their first contribution in #3292
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.556.0...0.557.0
v0.556.0: Version 0.556.0
What's Changed
- feat(icon): add
book-searchicon (#3573) by @Muhammad-Aqib-Bashir in #3580 - chore(dependencies): Update dependencies by @ericfennis in #3809
- ci(workflows): Enable trusted publishing in release by @ericfennis in #3808
- feat(icons): added
scootericon by @Ahmed-Dghaies in #3818 - fix(icons): changed
plugicon by @jamiemlaw in #3841 - fix(icons): changed
thermometer-sunicon by @jguddas in #3773 - fix(icons): Shrink square-scissors icons to match optical volume by @eden881 in #3603
- feat(preview-comment): add symmetry preview by @jguddas in #3823
- feat(icons): added
estimated-weighticon by @nathan-de-pachtere in #3822 - fix(icons): changed
flashlighticons by @jamiemlaw in #3843 - fix(icons): changed
bubblesicon by @jguddas in #3774 - feat(site): add brand stop words to icon search by @karsa-mistmere in #3824
- feat(icons): added
vanicon by @Ahmed-Dghaies in #3821
New Contributors
- @Muhammad-Aqib-Bashir made their first contribution in #3580
- @Ahmed-Dghaies made their first contribution in #3818
- @eden881 made their first contribution in #3603
- @nathan-de-pachtere made their first contribution in #3822
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.555.0...0.556.0
v0.555.0: Version 0.555.0
What's Changed
- fix(icons): changed
calendarsicon by @jguddas in #3795 - fix(docs): correct package name and description for Flutter and Lustre package (#3701) by @epifaniofrancisco in #3703
- feat(angular): Angular V21 Support by @JeevanMahesha in #3807
- chore(metadata): Adjust navigation category by @ericfennis in #3461
- feat(icons): Add
waves-arrow-upandwaves-arrow-downby @ericfennis in #3463 - fix(icons): changed
scaleicon by @jamiemlaw in #3800 - feat(icons): added
formicon by @jguddas in #3558
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.554.0...0.555.0
v0.554.0: Version 0.554.0
What's Changed
- fix(icons): Rename fingerprint icon to fingerprint-pattern by @ericfennis in #3767
- feat(docs): added lucide-rails third-party package by @theiereman in #3769
- fix(icons): changed
ampersandicon by @jguddas in #3771 - fix(icons): changed
folder-git-2icon by @jguddas in #3790 - fix(icons): update
anchoricon by @jamiemlaw in #2523 - feat(icons): added
calendarsicon by @jguddas in #3788
Breaking change
For lucide-react and lucide-solid, imports for Fingerprint icon are changed to FingerprintPattern.
Lucide React
- import { Fingerprint } from "lucide-react";
+ import { FingerprintPattern } from "lucide-react";
Lucide Solid
- import { Fingerprint } from "lucide/solid";
+ import { FingerprintPattern } from "lucide/solid";
// Or
- import Fingerprint from "lucide/solid/icons/fingerprint";
+ import FingerprintPattern from "lucide/solid/icons/fingerprint-pattern";
New Contributors
- @theiereman made their first contribution in #3769
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.553.0...0.554.0
v0.553.0: Version 0.553.0
What's Changed
- feat(icons): added
mouse-pointer-2-officon by @domingasp in #3570 - fix(icons): changed
ruler-dimension-lineicon by @karsa-mistmere in #3433 - feat(docs): add keyboard shortcut for search by @dzonatan in #3718
- fix(lucide-preact): handle
classNameprop by @ocavue in #3751 - feat(icons): added chess pieces by @karsa-mistmere in #1945
New Contributors
- @domingasp made their first contribution in #3570
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.552.0...0.553.0
v0.552.0: Version 0.552.0
What's Changed
- fix(icons/file): arcified folds by @karsa-mistmere in #3587
- feat(icons): added
solar-panelicon by @UsamaKhan in #2780
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.551.0...0.552.0
v0.551.0: Version 0.551.0
What's Changed
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.550.0...0.551.0
v0.550.0: Version 0.550.0
What's Changed
- feat(icons): added
helicoptericon by @liloudreams in #2760
New Contributors
- @liloudreams made their first contribution in #2760
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.549.0...0.550.0
v0.549.0: Version 0.549.0
What's Changed
- fix(docs): Replace
pnpm installwithpnpm addacross documentation. by @josch87 in #3735 - feat(docs): add new package for Go by @kaugesaar in #3736
- feat(icons): added
git-branch-minusicon by @joris-gallot in #3586
New Contributors
- @josch87 made their first contribution in #3735
- @kaugesaar made their first contribution in #3736
- @joris-gallot made their first contribution in #3586
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.548.0...0.549.0
v0.548.0: Version 0.548.0
What's Changed
- feat(docs): add new package for Slint by @cnlancehu in #3698
- docs(site): add introductions for packages in documentation by @mattheskaiser in #3643
- Fix default prop by @ericfennis in #3730
- feat(icons): added
gamepad-directionalicon by @felipeajzanetti in #3693
New Contributors
- @cnlancehu made their first contribution in #3698
- @mattheskaiser made their first contribution in #3643
- @felipeajzanetti made their first contribution in #3693
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.547.0...0.548.0
v0.547.0: Version 0.547.0
What's Changed
- fix(docs): update brand logo statement link in github action by @karsa-mistmere in #3630
- chore(deps): bump astro from 5.5.2 to 5.14.4 by @dependabot[bot] in #3683
- fix(packages/lucide): replace elements inside
<template>(#2635) by @KhalidAlansary in #3576 - feat(icons): added
birdhouseicon by @hieu-onefold in #3378
New Contributors
- @KhalidAlansary made their first contribution in #3576
- @hieu-onefold made their first contribution in #3378
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.546.0...0.547.0
v0.546.0: Version 0.546.0
What's Changed
- fix(icons): changed
receipt-texticon by @jguddas in #3553 - fix(docs): removed duplicate text in intro text by @nielsswinkels in #3673
- feat(icons): add VS Code
squirclebase shape snippet by @danielbayley in #3674 - fix(icons): changed
swordicon by @jguddas in #3421 - feat(icons): added
monitor-cloudicon by @karsa-mistmere in #3037
New Contributors
- @nielsswinkels made their first contribution in #3673
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.545.0...0.546.0
v0.545.0: Version 0.545.0
What's Changed
- fix(icons): changed
flameicon by @jamiemlaw in #3600 - fix(icons): arcified
square-micon by @jguddas in #3549 - chore(deps-dev): bump vite from 6.3.5 to 6.3.6 by @dependabot[bot] in #3611
- fix(icons): changed
combineicon by @jguddas in #3200 - fix(icons): changed
building-2icon by @karsa-mistmere in #3509 - chore(deps): bump devalue from 5.1.1 to 5.3.2 by @dependabot[bot] in #3638
- feat(icons): Add
motorbikeicon by @jamiemlaw in #3371
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.544.0...0.545.0
v0.544.0: Version 0.544.0
What's Changed
- docs: update lucide-static documentation about raw string imports by @pascalduez in #3524
- feat(icons): added
ev-chargericon by @UsamaKhan in #2781
New Contributors
- @pascalduez made their first contribution in #3524
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.543.0...0.544.0
v0.543.0: Version 0.543.0
What's Changed
- feat(preview-comment): put x-ray at top if there are more than 7 changed icons to prevent them from being cut of by @jguddas in #3589
- fix(icons): changed
churchicon by @karsa-mistmere in #2971 - chore(metadata): Added tags to
messages-squareby @jamiemlaw in #3529 - fix(icons): Optimise
bugicons by @jamiemlaw in #3574 - fix(icons): changed list/text & derived icons by @karsa-mistmere in #3568
- fix(icons): changed
panel-top-bottom-dashedicon by @jguddas in #3584 - fix(icons): changed
message-square-quoteicon by @jguddas in #3550 - fix(meta): added tag to
shipmetadata by @jguddas in #3559 - fix(meta): add tags to
id-card-lanyardmetadata by @jguddas in #3534 - fix(icons): changed
calendar-cogicon by @jguddas in #3583 - chore(deps): bump astro from 5.5.2 to 5.13.2 by @dependabot[bot] in #3564
- feat(packages): add new package for flutter by @vqh2602 in #3536
- feat(icons): added
house-hearticon by @danielbayley in #3239
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.542.0...0.543.0
v0.542.0: Version 0.542.0
What's Changed
- feat(docs): add MDN Web Docs & Nuxt to showcase by @karsa-mistmere in #3590
- feat(icons): added
list-chevrons-down-upicon by @juliankellydesign in #3492
New Contributors
- @juliankellydesign made their first contribution in #3492
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.541.0...0.542.0
v0.541.0: Version 0.541.0
What's Changed
- feat(packages/lucide): added support for providing a custom root element by @karsa-mistmere in #3543
- fix(icons): optimized
chromeicon & renamed tochromiumby @jguddas in #3572 - fix(icons): changed
wallpapericon by @jguddas in #3566 - fix(icons): optimized
cogicon by @jguddas in #3548 - fix(icons): changed
buildingicon by @karsa-mistmere in #3510 - feat(dpi-preview): add previous version for easier comparison by @jguddas in #3532
- feat(icons): added 'panel-dashed' variants + update tags on existing icons by @irvineacosta in #3500
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.540.0...0.541.0
v0.540.0: Version 0.540.0
What's Changed
- fix(license): add full text of Feather license by @jguddas in #3530
- fix(icons): changed
umbrellaicon by @karsa-mistmere in #3490 - docs(site): added official statement on brand logos in Lucide by @karsa-mistmere in #3541
- fix(icons): changed
cameraicon by @karsa-mistmere in #3539 - feat(icons): added
roseicon by @jguddas in #1972
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.539.0...0.540.0
v0.539.0: Version 0.539.0
What's Changed
- feat(icons): added
brick-wall-shieldicon by @karsa-mistmere in #3476
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.538.0...0.539.0
v0.538.0: Version 0.538.0
What's Changed
- fix(icons): changed
appleicon by @karsa-mistmere in #3505 - fix(icons): changed
storeicon by @karsa-mistmere in #3501 - fix(icons): changed
mic-officon by @lieonlion in #2823 - chore(deps): bump astro from 5.5.2 to 5.12.8 by @dependabot[bot] in #3523
- fix(icons): deprecate rail-symbol by @jguddas in #2862
- feat(icons): added
kayakicon by @jpjacobpadilla in #3054
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.537.0...0.538.0
v0.537.0: Version 0.537.0
What's Changed
- chore(metadata): Add tags to
xicon by @jamiemlaw in #3341 - docs: add rule against war/violence related imagery by @jguddas in #3506
- fix(icons): changed
spadeicon by @karsa-mistmere in #3502 - fix(icons): changed
schoolicon by @karsa-mistmere in #2968 - fix(site): fixes icon style customiser by @karsa-mistmere in #3511
- fix(docs): fixed array length error in diff endpoint by @jguddas in #3498
- feat(icons): added
circle-staricon by @karsa-mistmere in #3507
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.536.0...0.537.0
v0.536.0: Version 0.536.0
What's Changed
- fix(icons): arcified message icons & fixed optical volume by @karsa-mistmere in #3473
- fix(icons): changed
hospitalicon by @karsa-mistmere in #2969 - fix(@lucide/svelte): Add
.jsextensions to imports by @abdel-17 in #2950 - fix(lucide-vue-next): Support for kebabCase props by @ericfennis in #3477
- fix(icons): changed
a-arrow-*icons by @jguddas in #3474 - fix(icons): arcified
cake-sliceicon by @jguddas in #3345 - feat(lucide-static): include aliases in icons directory by @jguddas in #3368
- feat(icons): added
turntableicon by @karsa-mistmere in #3429
New Contributors
- @abdel-17 made their first contribution in #2950
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.535.0...0.536.0
v0.535.0: Version 0.535.0
What's Changed
- ci: add "telegram" to close-issue-with-banned-phrases by @jguddas in #3475
- fix(lucide-static): properly select icons dir for tags & error if no metadata found by @AlexProgrammerDE in #3411
- fix(docs): update prop name from absolute-stroke-width to absoluteStrokeWidth in vue-next guide by @epifaniofrancisco in #3322
- feat(SvgPreview): add features from lucide studio by @jguddas in #3365
- chore: icon alias improvements by @jguddas in #2861
- fix(icons): changed tiny heart icons by @karsa-mistmere in #3471
- chore(docs): Update vitepress deps by @ericfennis in #3470
- feat(icons): added hand-fist icon by @karsa-mistmere in #1843
New Contributors
- @AlexProgrammerDE made their first contribution in #3411
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.534.0...0.535.0
v0.534.0: Version 0.534.0
What's Changed
- fix(icons): changed
settingsicon by @karsa-mistmere in #3467 - fix(icons): changed
mails,tags,files,file-stack,book-copyandfoldersicon by @jguddas in #2935 - fix(icons): changed
gavelicon by @karsa-mistmere in #3465 - fix(icons): changed
sun-moonicon & arcifiedmoonicons by @karsa-mistmere in #3380
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.533.0...0.534.0
v0.533.0: Version 0.533.0
What's Changed
- fix(docs): Icon Component Example for Svelte 5 does not compile by @Zlendy in #3416
- fix(icons): changed
sailboaticon by @karsa-mistmere in #3460 - fix(icons): Changed
a-large-smallicon by @vichotech in #3396 - fix(icons): added rounding to
heart-*icons by @jguddas in #3061 - fix(icons): changed
folder-symlinkicon by @jguddas in #2558 - fix(icons): Rounded and optically-centred
flag-triangle-*icons by @jamiemlaw in #3438 - feat(icons): added
closed-captionicon by @UsamaKhan in #2910
New Contributors
- @Zlendy made their first contribution in #3416
- @vichotech made their first contribution in #3396
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.532.0...0.533.0
v0.532.0: Version 0.532.0
What's Changed
- feat(icons): added
handbagicon by @jamiemlaw in #3298 - fix(icons): changed
wrenchicon by @karsa-mistmere in #3459
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.531.0...0.532.0
v0.531.0: Version 0.531.0
What's Changed
- fix(icons): changed
user-staricon by @karsa-mistmere in #3464 - feat(icons): added
clipboard-clockicon by @beanduong in #3427
New Contributors
- @beanduong made their first contribution in #3427
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.530.0...0.531.0
v0.530.0: Version 0.530.0
What's Changed
- feat(icons): added
user-staricon by @MArtytraM99 in #3331
New Contributors
- @MArtytraM99 made their first contribution in #3331
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.529.0...0.530.0
v0.529.0: Version 0.529.0
What's Changed
- fix(icons): changed
shovelicon by @karsa-mistmere in #3458 - fix(icons): changed
castleicon by @karsa-mistmere in #2972 - fix(icons): Rename
location-edittomap-pin-pencilby @ericfennis in #3462 - feat(icons): added
map-minusicon by @MarianoFranzese in #3259
New Contributors
- @MarianoFranzese made their first contribution in #3259
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.528.0...0.529.0
v0.528.0: Version 0.528.0
What's Changed
- fix(icons): changed
lassoicon by @jguddas in #3454 - fix(icons): changed
gemicon by @karsa-mistmere in #3442 - fix(icons): Refine
refresh-ccw-dotto match otherrefresh-icons by @jamiemlaw in #3437 - fix(icons): changed
croissanticon by @karsa-mistmere in #3428 - fix(icons): changed
sprouticon by @jamiemlaw in #3430 - fix(icons): arcified playback icons by @karsa-mistmere in #3425
- fix(icons): changed
sparklesicon by @karsa-mistmere in #3426 - fix(icons): arcify
arrow-big-icons by @jamiemlaw in #3356 - feat(icons): added
hat-glassesicon by @karsa-mistmere in #3431
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.527.0...0.528.0
v0.527.0: Version 0.527.0
What's Changed
- fix(icons): changed
monitor-doticon by @jguddas in #3452 - feat(icons): added
spotlighticon by @chessurisme in #3450
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.526.0...0.527.0
v0.526.0: Version 0.526.0
What's Changed
- ci(icons): Add ChatGPT tags suggestions on icon MRs by @ericfennis in #3372
- docs(site): small changes for DynamicIcon by @Itrulia in #3355
- fix(icons): changed
circle-parking-officon by @jguddas in #3343 - feat(icons): added Turkish lira icons by @jamiemlaw in #2873
- fix(icons): changed
brainicon by @jamiemlaw in #3381 - fix(icons): changed
cableicon by @jguddas in #3374 - fix(icons): changed
podcasticon by @jguddas in #3385 - fix(icons): changed
trashicon by @karsa-mistmere in #3394 - fix(icons): changed
pen-lineandpencil-lineicon by @jguddas in #2663 - fix(icons): fixed
banicon by @karsa-mistmere in #3434 - fix(icons): changed
magneticon by @karsa-mistmere in #3435 - feat(icons): added
wifi-syncicon by @luisdlopera in #3132
New Contributors
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.525.0...0.526.0
v0.525.0: Version 0.525.0
What's Changed
- fix(icons): Changed
megaphoneicon by @jamiemlaw in #2448 - fix(icons): arcified
shrubicon by @jguddas in #2292 - fix(icons): changed
sun-moonicon by @zishankadri in #3328 - fix(icons): changed
flagicon by @jamiemlaw in #3370 - feat(icons): added
tool-caseicon by @AlexNaskida in #3333
New Contributors
- @zishankadri made their first contribution in #3328
- @AlexNaskida made their first contribution in #3333
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.524.0...0.525.0
v0.524.0: Version 0.524.0
What's Changed
- docs(packages/lucide-static): update docs for better clarity by @karsa-mistmere in #3225
- fix(icons): changed
desserticon by @jguddas in #3362 - fix(icons): changed
ligatureicon by @jamiemlaw in #3369 - fix(icons): Updates to clock-related icons by @jamiemlaw in #2538
- feat(icons): added
vector-squareicon by @chessurisme in #2531
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.523.0...0.524.0
v0.523.0: Version 0.523.0
What's Changed
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.522.0...0.523.0
v0.522.0: Version 0.522.0
What's Changed
- fix(icons): changed
shopping-bagicon by @jguddas in #2483 - feat(icons): add
line-squiggleicon by @chessurisme in #2393
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.521.0...0.522.0
v0.521.0: Version 0.521.0
What's Changed
- fix(icons): ensure shaft overlaps arrowhead in
circle-arrow-leftandcircle-arrow-rightby @cstayyab in #3269 - feat(icons): added
squircle-dashedicon by @aramsoneson in #3262 - docs(design-guide): added bad examples for 2px rule by @jguddas in #2879
New Contributors
- @cstayyab made their first contribution in #3269
- @aramsoneson made their first contribution in #3262
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.520.0...0.521.0
v0.520.0: Version 0.520.0
What's Changed
- feat(icons): added
georgian-lariicon by @kivicode in #3323
New Contributors
- @kivicode made their first contribution in #3323
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.519.0...0.520.0
v0.519.0: Version 0.519.0
What's Changed
- fix(icons): changed
blocksicon by @jguddas in #3267 - feat(icons): added
spoolicon by @karsa-mistmere in #2926
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.518.0...0.519.0
v0.518.0: Version 0.518.0
What's Changed
- fix(icons): updated
eggandegg-officons by @jamiemlaw in #3299 - fix(icons): renamed
*-helpand*-questionicons to*-question-markby @jguddas in #2540 - chore(scripts): Refactor scripts to typescript by @ericfennis in #3316
- feat(icons): added
droneicon by @shopped in #3247
New Contributors
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.517.0...0.518.0
v0.517.0: Version 0.517.0
What's Changed
- feat(icons): adds
barrelicon by @karsa-mistmere in #1955
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.516.0...0.517.0
v0.516.0: Version 0.516.0
What's Changed
- fix(icons): changed
stampicon by @jamiemlaw in #3310 - fix(icons): changed
pocketicon by @jamiemlaw in #3304 - fix(icons): changed
micicon by @jamiemlaw in #3301 - fix(icons): changed
radioicon by @jguddas in #3293 - fix: some typos for categories by @npv12 in #3319
- perf(docs): optimize IconsOverview initial render - 50% faster load times by @epifaniofrancisco in #3282
- fix(docs): remove flex-direction CSS causing absolute stroke width toggle positioning issue (#3308) by @epifaniofrancisco in #3317
- feat(icons): added
wifi-cogicon by @luisdlopera in #3133
New Contributors
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.515.0...0.516.0
v0.515.0: Version 0.515.0
What's Changed
- fix(icons): changed
house-plusicon by @jguddas in #3238 - fix(icons): changed
radiationicon by @jamiemlaw in #3303 - feat(icons): added
rectangle-circleicon by @zefir-git in #3245
New Contributors
- @zefir-git made their first contribution in #3245
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.514.0...0.515.0
v0.514.0: Version 0.514.0
What's Changed
- fix(icons): changed
trophyicon by @jguddas in #2475 - fix(pull-request-icon-preview): pinned and --forced svgson installati… by @jguddas in #3289
- chore(metadata): added tag to
bandageicon by @jamiemlaw in #3300 - fix(icons): changed
settings-2icon by @jguddas in #2974 - fix(docs): #2984 absoluteStrokeWidth not resetting with Reset button by @epifaniofrancisco in #3261
- feat(icons): added book-alert icon by @domasmark in #3249
New Contributors
- @domasmark made their first contribution in #3249
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.513.0...0.514.0
v0.513.0: Version 0.513.0
What's Changed
- feat(icons): Add sim card icon from lab by @ericfennis in #3275
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.512.0...0.513.0
v0.512.0: Version 0.512.0
What's Changed
- feat(icons): added
circle-pound-sterlingicon by @lieonlion in #2822 - build(deps-dev): bump vite from 6.3.2 to 6.3.4 by @dependabot in #3181
- docs(docs): added testing website locally instructions by @briz123 in #3124
- build(deps-dev): bump vite from 6.0.7 to 6.1.6 by @dependabot in #3236
- fix(icons): changed
square-check-bigicon by @jguddas in #3156 - fix(icons): changed
list-collapseicon by @jguddas in #3081 - fix(icons): changed
battery-*icons by @jguddas in #3083 - fix(icons): changed
paperclipicon by @jguddas in #2956 - fix(icons): changed
erasericon by @jguddas in #3076 - feat(icons): Add
cloud-checkicon by @lscheibel in #2612 - feat(icon): add
id-card-lanyardicon by @python2911 in #2898 - feat(angular): update peer dependencies for Angular to support version 20.x by @JeevanMahesha in #3273
- fix(icons): changed
file-badgeicon by @jguddas in #2934 - feat(icons): added
grid-3x2icon by @qubrat in #3216
New Contributors
- @lieonlion made their first contribution in #2822
- @python2911 made their first contribution in #2898
- @JeevanMahesha made their first contribution in #3273
- @qubrat made their first contribution in #3216
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.511.0...0.512.0
v0.511.0: Version 0.511.0
What's Changed
- fix(icons): Optimise a number of icons using
<line>and<polyline>by @jamiemlaw in #3168 - fix(icons): changed
clock-6icon by @jguddas in #3209 - fix(icons): changed
axis-3dicon by @jguddas in #3199 - fix(icons): changed
chevrons-left-right-ellipsisicon by @jguddas in #3189 - fix(icons): changed
square-codeicon by @jguddas in #3173 - fix(icons): changed
satelliteicon by @karsa-mistmere in #3180 - fix(lucide-react-native): support react 19 (#2951) by @jvliwanag in #3126
- fix(icons): changed
factoryicon by @karsa-mistmere in #2970 - fix(icons): changed
universityicon by @karsa-mistmere in #2965 - fix(icons): changed
warehouseicon by @karsa-mistmere in #2966 - fix(icons): changed
landmarkicon by @karsa-mistmere in #2967 - chore(cspell): remove duplicate 'pilcrow' from
custom-words.txtby @Abdalrhman-Almarakeby in #3193 - feat(icons): added
square-dashed-top-solidicon by @juanpablofernandez in #3204
New Contributors
- @jvliwanag made their first contribution in #3126
- @juanpablofernandez made their first contribution in #3204
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.510.0...0.511.0
v0.510.0: Version 0.510.0
What's Changed
- fix(icons): changed
bracketsicon by @jguddas in #3172 - feat(icons): added
check-lineicon by @oosawy in #2890
New Contributors
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.509.0...0.510.0
v0.509.0: Version 0.509.0
What's Changed
- fix(icons): changed
axeicon by @karsa-mistmere in #3201 - revert(site): resets Absolute Stroke Width by @jguddas in #3197
- feat(icons): added
gpuicon by @xandykati98 in #2955
New Contributors
- @xandykati98 made their first contribution in #2955
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.508.0...0.509.0
v0.508.0: Version 0.508.0
What's Changed
- fix(icons): Optimised
phone-icons by @jamiemlaw in #3169 - docs(packages): Update names in docs by @ericfennis in #3184
- fix(icons): arcified
laptopicon by @jguddas in #3190 - chore(metadata): add
lenstag to icons with magnifying glass by @Abdalrhman-Almarakeby in #3192
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.507.0...0.508.0
v0.507.0: Version 0.507.0
What's Changed
- fix(metadata): added tags to
square-penicon by @jguddas in #3155 - fix(icons): changed
searchicon by @jguddas in #3140 - fix(dev): resets Absolute Stroke Width by @briz123 in #3005
- fix(icons): changed
guitaricon by @jamiemlaw in #3115 - fix(Icons): Adding missing categories to 4 Icons by @ajokt123 in #3110
- fix(ci): reduces workflow triggers by @jguddas in #3150
- fix(icons): changed
air-venticon by @jguddas in #3117 - fix(icons): rotate
dumbbellicon by @jguddas in #3107 - fix(icons): changed
touchpad-officon by @jguddas in #3118 - fix(icons): changed
bell-electricicon by @jguddas in #3139 - fix(icons): changed
menuicon by @jguddas in #3142 - fix(icons): changed
mailicon by @jguddas in #3144 - chore(pr-template): Adjust MR template by @ericfennis in #3183
- feat(icons): added
soap-dispenser-dropleticon by @jguddas in #3088 - feat(icons): added
pandaicon by @chessurisme in #2094
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.506.0...0.507.0
v0.506.0: Version 0.506.0
What's Changed
- perf(react): use implicit return in react package by @VIKTORVAV99 in #2325
- fix(icons): changed
usersicon by @jguddas in #3143 - fix(icons): changed
locate-officon by @jamiemlaw in #3137 - fix(icons): changed
expandicon by @jguddas in #2831 - feat(icons): Added clock plus icon. by @gubser in #2996
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.505.0...0.506.0
v0.505.0: Version 0.505.0
What's Changed
- fix(icons): changed
package-2icon by @jguddas in #3174 - docs(icon-design-guide): point people to lucide studio instead of svgo by @jguddas in #3152
- fix(lucide-svelte): Resolve Svelte 5 deprecation of svelte:component by @shamaamahh in #3112
- feat(icons): added
brush-cleaningicon by @karsa-mistmere in #2395
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.504.0...0.505.0
v0.504.0: Version 0.504.0
What's Changed
- feat(icons): add door closed locked / unlocked icons by @lukedukeus in #3060
- build(dev-deps): Bump dependencies by @ericfennis in #3096
- fix(icons): redesigned
brushicon by @jguddas in #3011 - fix(site): remove studio link from navbar by @jguddas in #3166
- feat(icons): added
hamburgericon by @karsa-mistmere in #3165
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.503.0...0.504.0
v0.503.0: Version 0.503.0
What's Changed
- fix(icons): changed
file-badge-2icon by @jguddas in #2933 - feat(icons): added
wifi-penicon by @luisdlopera in #2576
New Contributors
- @luisdlopera made their first contribution in #2576
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.502.0...0.503.0
v0.502.0: Version 0.502.0
What's Changed
- fix(docs): Added link for jguddas next to lucide studio by @briz123 in #3063
- build(deps-dev): bump vite from 5.4.15 to 5.4.17 by @dependabot in #2993
- fix(build): fix shredder formatting and duplicate contributors error by @jpjacobpadilla in #3072
- fix(icons): rebase non-binary on square-asterisk by @karsa-mistmere in #3071
- docs(CONTRIBUTING): Grammar fix for CONTRIBUTING by @ajokt123 in #3090
- fix(icons): changed
calendar-plusicon by @jguddas in #3085 - fix(icons): changed
book-keyicon by @jguddas in #3062 - fix(icons): changed
clipboard-pasteicon by @jguddas in #3075 - fix(icons): changed
orbiticon by @jguddas in #3074 - fix(icons): changed
babyicon by @jguddas in #3073 - docs(pacakges): Added periods to package summary by @briz123 in #3065
- fix(docs): MR Conventions by @briz123 in #3066
- feat(icons): added
ruler-dimension-lineicon by @jguddas in #2535
New Contributors
- @jpjacobpadilla made their first contribution in #3072
- @ajokt123 made their first contribution in #3090
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.501.0...0.502.0
v0.501.0: Version 0.501.0
What's Changed
- feat(angular): export icon data types by @dzonatan in #2820
- feat: added request-review workflow by @jguddas in #2502
- feat(icons): Add columns-3-cog icon by @irvineacosta in #2763
New Contributors
- @dzonatan made their first contribution in #2820
- @irvineacosta made their first contribution in #2763
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.500.0...0.501.0
v0.500.0: Version 0.500.0
What's Changed
- fix(icons): updated
*-cogicons by @UsamaKhan in #2782 - fix(icons): arcified
lamp-*icons by @jguddas in #2267 - fix(icons): changed
traffic-coneicon by @jguddas in #2941 - Add
electric-truckicon by @LienMaas in #1803 - feat(icons): Add
user-lockicon by @anthony-mariotti in #2818
New Contributors
- @UsamaKhan made their first contribution in #2782
- @LienMaas made their first contribution in #1803
- @anthony-mariotti made their first contribution in #2818
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.499.0...0.500.0
v0.499.0: Version 0.499.0
What's Changed
- feat(icons): added
bow-arrowicon by @jamiemlaw in #2418
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.498.0...0.499.0
v0.498.0: Version 0.498.0
What's Changed
- feat(icons): added
decimals-arrow-lefticon anddecimals-arrow-rightby @AnnaSasDev in #2945
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.497.0...0.498.0
v0.497.0: Version 0.497.0
What's Changed
- feat(icons): added
shreddericon by @alirashidy in #3052
New Contributors
- @alirashidy made their first contribution in #3052
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.496.0...0.497.0
v0.496.0: Version 0.496.0
What's Changed
- feat(icons): added
squares-*operation icons by @EthanHazel in #2585
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.495.0...0.496.0
v0.495.0: Version 0.495.0
What's Changed
- feat(icons): added
rectangle-gogglesicon by @EthanHazel in #2515
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.494.0...0.495.0
v0.494.0: Version 0.494.0
What's Changed
- fix(icons): changed
cpuicon by @karsa-mistmere in #3033 - feat(icons): added map-pin-edit icon #2874 by @sachinkr7368 in #2957
New Contributors
- @sachinkr7368 made their first contribution in #2957
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.493.0...0.494.0
v0.493.0: Version 0.493.0
What's Changed
- feat(icons): added
bubblesicon by @vqh2602 in #2582 - docs(studio): Add lucide studio to site navbar by @ericfennis in #3058
- feat(ci): adds dpi preview for 16, 32 and 48px by @jguddas in #3048
- fix(icons): changed
paletteicon by @jamiemlaw in #3015 - feat(icons): added
brick-wall-fireicon by @karsa-mistmere in #3036
New Contributors
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.492.0...0.493.0
v0.492.0: Version 0.492.0
What's Changed
- fix(icons): changed
pipetteicon by @jguddas in #2927 - feat(icons): added
heart-plus&heart-minusicon by @Ayberkyvs in #2842
New Contributors
- @Ayberkyvs made their first contribution in #2842
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.491.0...0.492.0
v0.491.0: Version 0.491.0
What's Changed
- feat(icons): added
rotate-ccw-keyicon by @pgbradbury in #2587
New Contributors
- @pgbradbury made their first contribution in #2587
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.490.0...0.491.0
v0.490.0: Version 0.490.0
What's Changed
- fix(icons): changed
piggy-bankicon by @jamiemlaw in #3044
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.489.0...0.490.0
v0.489.0: Version 0.489.0
What's Changed
- fix(icons): changed
toggleicons by @jamiemlaw in #3049 - fix(dev): added link for preact in installation by @briz123 in #3025
- fix(react): added aria-hidden fallback for decorative icons by @jguddas in #2158
- fix(icons): added 2px gap between layers of
layers-2icon by @jguddas in #2918 - fix(icons): changed
text-cursor-inputicon by @jguddas in #3027
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.488.0...0.489.0
v0.488.0: Version 0.488.0
What's Changed
- docs(readme): fix packages table by @realguse in #2976
- fix(dev): point urls on packages page to correct page by @briz123 in #2983
- build(deps-dev): bump vite from 5.4.14 to 5.4.15 by @dependabot in #2946
- Typo fix for @lucide/astro badge by @dotspencer in #3004
- removed flutter package link by @shamaamahh in #2999
- feat(ci): added npm package provenance attestation by @jguddas in #3016
- fix(icons): changed
texticon by @jguddas in #3029 - fix(icons): changed
letter-texticon by @jguddas in #3030 - fix(icons): changed
text-selecticon by @jguddas in #3028
New Contributors
- @dotspencer made their first contribution in #3004
- @shamaamahh made their first contribution in #2999
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.487.0...0.488.0
v0.487.0: Version 0.487.0
What's Changed
- feat(icons): added
spline-pointericon by @Kaleidosium in #2932
New Contributors
- @Kaleidosium made their first contribution in #2932
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.486.0...0.487.0
v0.486.0: Version 0.486.0
What's Changed
- feat(@lucide/astro): add lucide package for Astro by @MoustaphaDev in #2665
New Contributors
- @MoustaphaDev made their first contribution in #2665
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.485.0...0.486.0
v0.485.0: Version 0.485.0
What's Changed
- feat(icons): added
banknote-arrow-downicon by @joffx in #2948 - feat(icons): added
banknote-xicon by @joffx in #2949
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.484.0...0.485.0
v0.484.0: Version 0.484.0
What's Changed
- build(deps): bump tj-actions/changed-files from 41 to 46 in /.github/workflows by @dependabot in #2920
- fix(packages): consistent icon name class by @danteissaias in #2878
- feat(ci): add
x.comto brand filter by @jguddas in #2939 - fix(icons): arcified candy & candy-off by @karsa-mistmere in #2944
New Contributors
- @danteissaias made their first contribution in #2878
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.483.0...0.484.0
v0.483.0: Version 0.483.0
What's Changed
- feat(ci): added
pixto brand filter by @jguddas in #2908 - fix(packages/lucide-angular): restore exporting prefixed and suffixed icon names by @karsa-mistmere in #2919
- feat(icons): updates
filter& addsfilter-plusicon by @lukedukeus in #2917
New Contributors
- @lukedukeus made their first contribution in #2917
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.482.0...0.483.0
v0.482.0: Version 0.482.0
What's Changed
- fix(deps): CVE-2024-21538 by @anupamme in #2871
- feat(icons): add
saudi-riyalSymbol by @Null78 in #2827
New Contributors
- @anupamme made their first contribution in #2871
- @Null78 made their first contribution in #2827
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.481.0...0.482.0
v0.481.0: Version 0.481.0
What's Changed
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.480.0...0.481.0
v0.480.0: Version 0.480.0
What's Changed
- ci: added
blueskyandspotifyto brand list filter by @jguddas in #2857 - fix(docs): grammatical inconsistencies by @FOSS-VFX in #2899
- fix(docs): Resolves #2887 by @briz123 in #2889
- fix(icons): arcified
newspaperby @karsa-mistmere in #2885 - ci(node): Use correct node version by @ericfennis in #2877
- fix(icons): changed
infinityicon by @jamiemlaw in #2868 - feat(icons): added
shrimpicon by @jguddas in #2319
New Contributors
- @FOSS-VFX made their first contribution in #2899
- @briz123 made their first contribution in #2889
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.479.0...0.480.0
v0.479.0: Version 0.479.0
What's Changed
- feat(@lucide/svelte): Lucide svelte 5 package by @ericfennis in #2753
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.478.0...0.479.0
v0.478.0: Version 0.478.0
What's Changed
- ci(pr-comment): Fix icon preview comment on MRs by @ericfennis in #2854
- fix(ci): run lint pr title on title change by @jguddas in #2872
- fix(metadata): name change reflected in contributions by @AnnaSasDev in #2866
- fix(icons): changed
bracketsicon by @jguddas in #2863
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.477.0...0.478.0
v0.477.0: New icons 0.477.0
New icons 🎨
Modified Icons 🔨
v0.476.0: Fixes and new icons 0.476.0
Fixes
- fix(lucide-react): Revert exports property package.json, fixing edge worker environments. by @ericfennis in #2814
- fix(lucide): Lucide create element function returning SVG Element by @ericfennis in #2816
New icons 🎨
-
shield-user(#2608) by @sebinemeth
Modified Icons 🔨
v0.475.0: New icons 0.475.0
New icons 🎨
-
circle-small(#2607) by @jamiemlaw -
mars-stroke(#2607) by @jamiemlaw -
mars(#2607) by @jamiemlaw -
non-binary(#2607) by @jamiemlaw -
transgender(#2607) by @jamiemlaw -
venus-and-mars(#2607) by @jamiemlaw -
venus(#2607) by @jamiemlaw
v0.474.0: New icons 0.474.0
Modified Icons 🔨
v0.473.0: New icons 0.473.0
Modified Icons 🔨
v0.472.0: New icons 0.472.0
New icons 🎨
-
battery-plus(#2693) by @Footagesus -
map-plus(#2697) by @Seanw265
What's Changed
- lucide-svelte: Make sure license ends up in SvelteKit bundles by @Lettnald in #2728
- lucide-react: Fixes aliases imports.
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.471.1...0.472.0
v0.471.1: Hotfix Lucide React exports
What's Changed
- fix(lucide-react) Adds type module in package.json by @ericfennis in #2731
v0.471.0: Dynamic Icon component Lucide React and new icons 0.471.0
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 🎨
v0.470.0: New icons 0.470.0
New icons 🎨
-
house-wifi(#2723) by @akshaymemane
Modified Icons 🔨
v0.469.0: New icons 0.469.0
Modified Icons 🔨
-
snowflake(#2610) by @karsa-mistmere -
sun-snow(#2610) by @karsa-mistmere -
thermometer-snowflake(#2610) by @karsa-mistmere
v0.468.0: New icons 0.468.0
New icons 🎨
v0.467.0: New icons 0.467.0
New icons 🎨
Modified Icons 🔨
v0.466.0: New icons 0.466.0
New icons 🎨
Modified Icons 🔨
-
bell-dot(#2656) by @karsa-mistmere -
bell-minus(#2656) by @karsa-mistmere -
bell-off(#2656) by @karsa-mistmere -
bell-plus(#2656) by @karsa-mistmere -
bell-ring(#2656) by @karsa-mistmere -
bell(#2656) by @karsa-mistmere
v0.465.0: New icons 0.465.0
New icons 🎨
Modified Icons 🔨
-
flask-conical-off(#2659) by @jamiemlaw -
flask-conical(#2659) by @jamiemlaw -
flask-round(#2659) by @jamiemlaw
v0.464.0: New icons 0.464.0
Modified Icons 🔨
v0.463.0: New icons 0.463.0
Modified Icons 🔨
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.