Karsa
c8dda3d4e7
Merge branch 'main' into package/angularv17
2025-12-19 09:08:54 +01:00
Karsa
a83fba9ecb
fix(packages/angular): move to packages/angular, update github actions and templates
2025-12-19 09:07:20 +01:00
David Castilla Ortiz
69bf052ee5
Enable ligatures in font build configuration ( #3876 )
2025-12-18 12:17:28 +01:00
Karsa
6b4075b89b
feat(icons): added toolbox icon ( #3871 )
...
* Added icons/toolbox.svg
* Added icons/toolbox.json
0.562.0
2025-12-18 11:44:47 +01:00
Jacek Tomaszewski
7a68e10b12
fix(lucide-react-native): remove icons namespace export to enable tree-shaking ( #3868 )
...
* fix(lucide-react-native): remove icons namespace export to enable tree-shaking
The `export * as icons from './icons'` statement defeats tree-shaking
because bundlers cannot determine which exports from the namespace are
actually used at build time. This causes all 1600+ icons to be included
in the final bundle even when only a few are imported.
This change removes the namespace re-export while keeping all individual
icon exports available via `export * from './icons'`.
BREAKING CHANGE: The `icons` namespace export is no longer available.
Users should import icons directly: `import { Activity } from 'lucide-react-native'`
instead of `import { icons } from 'lucide-react-native'; icons.Activity`.
* Add icons entry file to improve treeshaking
* Format code
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2025-12-18 11:44:26 +01:00
Jakob Guddas
a4531a9985
fix(react-native-web): only add className prop to parent Icon component ( #3892 )
2025-12-18 11:43:31 +01:00
Karsa
2a9f3fa72e
fix(packages/angular): revert changes made to lucide-angular
2025-12-17 21:47:09 +01:00
Karsa
ae1ca07e36
fix(packages/angular-next): added angular-next package keeping original package intact
2025-12-17 21:46:02 +01:00
Karsa
818d99f41e
Merge branch 'refs/heads/main' into package/angularv17
2025-12-17 10:48:40 +01:00
Karsa
a3e7e75b90
fix(packages/icons): finalize exportTemplate before migration to input signals & effect to build component data
2025-12-17 09:35:03 +01:00
taimar
3edcd9e0c3
fix and unify color-picker font-size ( #3889 )
2025-12-15 14:59:14 +01:00
Karsa
e851a03672
fix(packages/icons): trying some other variations
2025-12-15 11:53:37 +01:00
Karsa
0abfa2f0d5
Merge branch 'refs/heads/main' into package/angularv17
...
# Conflicts:
# packages/lucide-angular/package.json
# packages/lucide-angular/scripts/exportTemplate.mts
# pnpm-lock.yaml
# tools/build-icons/building/generateExportsFile.ts
# tools/build-icons/building/generateIconFiles.ts
2025-12-15 10:05:13 +01:00
Jakob Guddas
0b8f99326c
fix(icons): changed paint-bucket icon ( #3880 )
...
* Updated icons/paint-bucket.svg
* Updated icons/paint-bucket.svg
* Updated icons/paint-bucket.svg
* Updated icons/paint-bucket.svg
* Updated icons/paint-bucket.json
* Updated icons/paint-bucket.json
2025-12-12 13:27:37 +01:00
Alexandru Portan
7abb61630e
feat(icons): added stone icon ( #3850 )
...
* Added icons/stone.svg
* Added icons/stone.json
* Update icons/stone.json
Added suggested tags
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update stone.svg
Updated based on suggested changes
* Update icons/stone.json
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jakob Guddas <github@jguddas.de >
0.561.0
2025-12-12 09:26:54 +01:00
Eric Fennis
3b0d158ea1
fix(site): Small adjustments color picker and add clear button search bar ( #3851 )
...
* Small adjustments
* Format code
* format code
* Remove default value
* format code
* update yml file
* Format code
* Update docs/.vitepress/theme/components/base/Input.vue
Co-authored-by: Karsa <contact@karsa.org >
* Add extra check if null or undefined
---------
Co-authored-by: Karsa <contact@karsa.org >
2025-12-12 09:25:39 +01:00
Veles
124572c83b
feat(icons): added cannabis-off icon ( #3748 )
...
* Added icons/cannabis-off.svg
* Added icons/cannabis-off.json
* fix: applied optimization by jguddas
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Karsa <contact@karsa.org >
0.560.0
2025-12-11 09:15:49 +01:00
7ender
4fcfb6a4d1
feat(icons): added fishing-hook icon ( #3837 )
...
* Added icons/fishing-hook.svg
* Added icons/fishing-hook.json
* Update icons/fishing-hook.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update fishing-hook.svg
upd, Big thanks to @jguddas, @karsa-mistmere and @jamiemlaw
* Update fishing-hook.json
+ contributors
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
0.559.0
2025-12-10 14:06:51 +01:00
Jamie Law
0f732b411d
feat(icons): added hd icon ( #2958 )
...
* Add `hd` icon
* Update hd.svg
* Update hd.json
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
0.558.0
2025-12-10 13:56:10 +01:00
Eric Fennis
ce09c31f08
Merge branch 'main' of https://github.com/lucide-icons/lucide
2025-12-10 13:12:58 +01:00
Eric Fennis
c2b059fb60
ci(release.yml): Remove deprecated token assignment
2025-12-10 13:12:55 +01:00
Peter Uithoven
b3c80d027a
feat(icons): added balloon icon ( #2519 )
...
* Added icons/balloon.svg
* Added icons/balloon.json
* Updated icons/balloon.svg
* Optimize paths
* Update tags
---------
Co-authored-by: peteruithoven <peter@metabolic.nl >
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
0.557.0
2025-12-10 13:07:01 +01:00
Eric Fennis
20f30bb5ea
Merge branch 'main' of https://github.com/lucide-icons/lucide
2025-12-10 13:05:38 +01:00
Eric Fennis
c47ae67a3b
ci(ci.yml): Apply env variables
2025-12-10 13:05:34 +01:00
Nathan De Pachtere
7866a5a5c6
feat(icons): added circle-pile icon ( #3681 )
...
* Added icons/circle-pile.svg
* Added icons/circle-pile.json
* Add tags
* Reduce high
2025-12-10 12:58:51 +01:00
Eric Fennis
92bc88b001
ci(ci.yml): Fix latest tag from steps and remove superfluous steps
2025-12-10 12:58:06 +01:00
Eric Fennis
e75fbcdec4
feat(icons): Add cloud-sync and cloud-backup ( #3466 )
...
* Add icons
* Update cloud-backup.json
* Update cloud-sync.json
* Format code
---------
Co-authored-by: Karsa <contact@karsa.org >
2025-12-10 12:49:56 +01:00
Eric Fennis
4cef8283a7
ci(ci.yml): Fix LATEST_TAG assignment
2025-12-10 12:49:24 +01:00
Wiktor Żagiel
330f4b37db
feat(icons): add search-error icon ( #3292 )
...
* feat(icons): add `search-error` icon
* Update icons/search-error.svg
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update icons/search-error.json
Co-authored-by: Jakob Guddas <github@jguddas.de >
* chore(icons): rename `search-error` to `search-alert`
* Fix indentation contributors in search-alert.json
* Format code
---------
Co-authored-by: Jakob Guddas <github@jguddas.de >
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2025-12-10 11:33:12 +01:00
Sage Fennel
fd31cb44a8
docs(dev): Fix code sample for vanilla JS ( #3836 )
...
* Fix code sample for vanilla JS
The .append method of elements takes plain text, not HTML. This updates the code to use .insertAdjacentHTML instead.
* Update createLabCodeExamples.ts
* fix(site): update createCodeExamples.ts vanilla JS code example
* Update createLabCodeExamples.ts
* Update createCodeExamples.ts
* Update createCodeExamples.ts
---------
Co-authored-by: Karsa <contact@karsa.org >
2025-12-10 11:18:57 +01:00
Juan Isidoro García Cifuentes
790d30dbfa
feat(icons): added layers-plus icon ( #3367 )
...
* Added icons/layers-plus.svg
* Added icons/layers-plus.json
* Update layers-plus.json
fix: updated contributors to reflect actual author
* fix(icon): update layers-plus icon to follow size and spacing guidelines
* fix(icon): adjust layers-plus plus sign alignment and slope
* fix(icon): apply optimized version from reviewer to align on grid and spacing
* chore: add karsa-mistmere as contributor
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2025-12-10 11:13:25 +01:00
Karsa
e7c075785f
fix(icons): changed tickets icon ( #3859 )
...
* Updated icons/tickets.svg
* Updated icons/tickets.json
* Updated icons/tickets-plane.svg
* Updated icons/tickets-plane.json
2025-12-10 11:10:26 +01:00
Ian Jones
6d4c91707d
fix(icons): Swap thumbs-up thumbs-down paths to fix fill issue ( #3873 )
...
* Swap thumbs-up.svg paths
* Swap thumbs-down.svg paths
2025-12-10 11:09:27 +01:00
Jakob Guddas
c0ea92ebe7
fix(icons): changed brush-cleaning icon ( #3863 )
...
* Updated icons/brush-cleaning.svg
* Updated icons/brush-cleaning.json
2025-12-10 11:08:55 +01:00
Jakob Guddas
42dc5508dd
fix(icons): changed paint-bucket icon ( #3865 )
...
* Updated icons/paint-bucket.svg
* Updated icons/paint-bucket.svg
2025-12-10 11:07:50 +01:00
Eric Fennis
4dda432471
chore(repo): Update Node version and overal cleanup ( #3861 )
...
* update ci script
* Update ci workflow
* Update node version
2025-12-10 11:06:48 +01:00
Karsa
0775d8647e
fix(site): only show search placeholder if there aren't any results
2025-12-10 08:50:17 +01:00
Karsa
83ef8fc98d
fix(icons): changed microchip icon ( #3018 )
...
* [github] Added issue template forms
* [github] yaml => yml
* Syntax fixes
* Further syntax fixes
* Sort issue templates
* Update 02_bug_report.yml
* Updated icons/microchip.svg
---------
Co-authored-by: Karsa <karsa@karsa.org >
2025-12-09 15:47:57 +01:00
Karsa
5b56ef705d
fix(icons): changed memory-stick icon ( #3017 )
...
* [github] Added issue template forms
* [github] yaml => yml
* Syntax fixes
* Further syntax fixes
* Sort issue templates
* Update 02_bug_report.yml
* Updated icons/memory-stick.svg
* Update memory-stick.svg
---------
Co-authored-by: Karsa <karsa@karsa.org >
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2025-12-09 15:46:35 +01:00
Karsa
dafe529892
fix: fixed linting issues introduced in c4e5730bc4 ( #3858 )
2025-12-05 15:21:00 +01:00
Ahmed Dghaies
151c5b145c
feat(icons): added van icon ( #3821 )
...
* Add van icon
* update tags
* edit icon
* edit contributors
* Update icons/van.json
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
0.556.0
2025-12-05 14:35:58 +01:00
Eric Fennis
d6f9043096
style(ci): Format ci.yml
2025-12-05 14:32:32 +01:00
Karsa
b4405f05ab
feat(site): add brand stop words to icon search ( #3824 )
...
* feat(site): added extended no results placeholder with brand icon stop words
* feat(site): fix grammatical error
* feat: extract brand stopwords & update github action to use these stopwords
* Apply suggestions from code review
Co-authored-by: Jakob Guddas <github@jguddas.de >
* feat: only use icon name section for closing brand request issues
* feat: added mcp brand stopword
---------
Co-authored-by: Jakob Guddas <github@jguddas.de >
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2025-12-05 14:18:46 +01:00
Jakob Guddas
9076da5f1b
fix(icons): changed bubbles icon ( #3774 )
...
* Updated icons/bubbles.svg
* Updated icons/bubbles.svg
* Updated icons/bubbles.json
2025-12-05 13:46:42 +01:00
Jamie Law
2e7d806282
fix(icons): changed flashlight icons ( #3843 )
...
* Update flashlight.svg
Arcified ends and adjusted the tapering
* Update flashlight-off.svg
Update to match `flashlight.svg`
* Update flashlight.json
Added attribution and tags
* Update flashlight-off.json
* Update flashlight.svg
Correctly round bottom corners
* Update flashlight-off.svg
2025-12-05 09:53:31 +01:00
Eric Fennis
c4e5730bc4
fix(workflow): Fix permissions release worklfow
2025-12-05 09:27:34 +01:00
Nathan De Pachtere
02b35e2518
feat(icons): added estimated-weight icon ( #3822 )
...
* Added icons/estimated-weight.svg
* Added icons/estimated-weight.json
* Update icons/estimated-weight.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Change name + reshape tilde
* Change name to weight-tilde
* Update weight-tilde.json
removed weight and tilde, since they're part of the name
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karsa <contact@karsa.org >
2025-12-05 09:18:42 +01:00
Jakob Guddas
f183c3ba20
feat(preview-comment): add symmetry preview ( #3823 )
2025-12-05 09:11:17 +01:00
Eden Yemini
67e9efb801
fix(icons): Shrink square-scissors icons to match optical volume ( #3603 )
...
* Update square-scissors to match optical volume
* Update square-bottom-dashed-scissors to match optical volume
---------
Co-authored-by: Karsa <contact@karsa.org >
2025-12-03 13:26:43 +01:00
Jakob Guddas
2e4c9a65be
fix(icons): changed thermometer-sun icon ( #3773 )
...
* Updated icons/thermometer-sun.svg
* Updated icons/thermometer-sun.json
* Modify SVG paths in thermometer-sun icon
2025-12-03 13:01:26 +01:00