Jakob Guddas
3808ebe705
docs: add rule about consistent use of shapes
...
Added a section on icon shape consistency and naming conventions.
2026-01-11 20:53:04 +01:00
dependabot[bot]
3cec234405
chore(deps-dev): bump preact from 10.27.2 to 10.27.3 ( #3955 )
...
Bumps [preact](https://github.com/preactjs/preact ) from 10.27.2 to 10.27.3.
- [Release notes](https://github.com/preactjs/preact/releases )
- [Commits](https://github.com/preactjs/preact/compare/10.27.2...10.27.3 )
---
updated-dependencies:
- dependency-name: preact
dependency-version: 10.27.3
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2026-01-10 17:34:30 +01:00
Miguel Angel Alvarez
a258509bbb
docs(site): added lucide-web-components third-party package ( #3948 )
...
* Add Lucide Web Components implementation
* restore lucide-rails
* Update docs/.vitepress/data/packageData.thirdParty.json
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: midesweb <miguel@escuela.it >
Co-authored-by: Karsa <contact@karsa.org >
2026-01-10 17:34:16 +01:00
Jakob Guddas
10918eba1f
Updated icons/cloud-off.svg ( #3942 )
2026-01-10 12:38:15 +01:00
Jakob Guddas
5f4f58cba8
fix(icons): changed lasso icon ( #3961 )
...
* Updated icons/lasso.svg
* Updated icons/lasso.json
* Updated icons/lasso.svg
2026-01-10 12:37:19 +01:00
Jakob Guddas
511d7fabf7
Updated icons/monitor-off.svg ( #3962 )
2026-01-10 12:36:16 +01:00
Jakob Guddas
77a67819e4
Updated icons/tickets-plane.svg ( #3928 )
2026-01-08 12:54:13 +01:00
Jakob Guddas
edc588125f
Updated icons/star-off.svg ( #3952 )
2026-01-07 09:20:42 +01:00
taimar
0c4ac91ba5
fix(site): unify and improve the styling of input fields ( #3919 )
...
* Unify and improve the styling of input fields
* InputSearch: use ellipsis character, remove redundant space
2026-01-02 08:48:03 +01:00
taimar
450acd617d
Add missing titles and unify title template ( #3920 )
2026-01-02 08:46:32 +01:00
Karsa
d391bda369
feat: add Android to brand stopwords ( #3895 )
2025-12-22 07:54:08 +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
taimar
3edcd9e0c3
fix and unify color-picker font-size ( #3889 )
2025-12-15 14:59:14 +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