Eric Fennis
4b38ad99c8
Adjust design
2026-07-10 12:25:43 +02:00
dependabot[bot]
078a0b2339
chore(deps-dev): bump @babel/core from 7.28.5 to 7.29.6 ( #4476 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.28.5 to 7.29.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.29.6/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-version: 7.29.6
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-07-10 11:53:34 +02:00
taimar
5d78605650
fix(site): empty search results on first load for tag-only matches ( #4413 )
...
* fix(site): fetch icon search metadata when typing
* fix(site): gate "No results" on metadata availability, not fetch state
* fix(site): also wait on categories metadata on the category page
Keeps the loading guard symmetric with the icons page. The narrower
tags-only check was technically more precise (this page's useSearch
doesn't index categories), but the failure case it guarded against —
brand search landing on a blank area if /api/categories lags behind
/api/tags — is too narrow to justify the asymmetry.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2026-07-10 11:22:57 +02:00
dependabot[bot]
ab61fa277b
chore(deps-dev): bump astro from 6.1.10 to 6.4.6 ( #4487 )
...
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ) from 6.1.10 to 6.4.6.
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@6.4.6/packages/astro )
---
updated-dependencies:
- dependency-name: astro
dependency-version: 6.4.6
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-10 09:58:42 +02:00
Eric Fennis
bb1329e512
fix(icons): Rename to circle-euro to match other euro icons ( #4531 )
...
* fix(icons): Rename to `circle-euro` to match other euro icons
* Add usecase
2026-07-10 09:58:01 +02:00
Turboman3000
b5b5d95933
feat(icons): added server-plus icon ( #4232 )
...
* Added icons/server-plus.svg
* Added icons/server-plus.json
* Updated icons/server-plus.json
1.24.0
2026-07-09 15:09:49 +02:00
Julian Solimando
7b589f2b5c
feat(icons): added circle-euro-sign icon ( #4353 )
...
* Added icons/circle-euro-sign.svg
* Added icons/circle-euro-sign.json
* Update icons/circle-euro-sign.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-07-09 14:54:38 +02:00
Lance
2d36863568
feat(icons): center the dot icon ( #4492 )
...
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Karsa <contact@karsa.org >
2026-07-09 14:54:20 +02:00
Eric Fennis
7291cbcc0f
fix(lucide-react-native): Add icon exports property to the package.json file ( #4522 )
...
* Add export per icon
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Add documentations
* Format code
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-07-09 14:53:06 +02:00
Sagar Gupta
4c663b9a32
fix(vue): support kebab-case icon-node prop on Icon component ( #4512 )
...
* fix(vue): support kebab-case icon-node prop on Icon component
The Icon component destructured `iconNode` camelCase-only while
`stroke-width`/`absolute-stroke-width` accept both cases, so the
idiomatic Vue usage `<Icon :icon-node="..." />` left iconNode undefined
and crashed with 'Cannot read properties of undefined (reading map)'
(#3485 ). Accept the kebab-case alias and guard the render path.
Closes #3485
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* chore(vue): apply prettier formatting to Icon.ts
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2026-07-09 14:11:20 +02:00
Pavlos Vinieratos
63369b1ac0
fix(lucide-react-native): restore the icons entry point in the JS bundles ( #4528 )
2026-07-09 13:57:22 +02:00
Jamie Law
f07465f82e
Updated icons/option.svg ( #4326 )
2026-07-09 13:32:55 +02:00
GyeongHo Kim
60d583ce4e
docs(site): list @gyeonghokim/lucide-lit as third-party package ( #4421 )
...
Add the @gyeonghokim/lucide-lit Lit web components package to the
third-party packages list, with a Lit framework logo for the card icon.
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2026-07-08 09:55:54 +02:00
Karsa
5828ecb38f
fix(packages/angular): move child rendering logic to template from effect ( #4519 )
...
* fix(packages/angular): move child rendering logic to template from effect
* test(packages/angular): add unit tests on SSR hydration
2026-07-06 12:16:52 +02:00
Eric Fennis
031b226ac6
Add merch link ( #4524 )
2026-07-05 14:22:51 +02:00
Copilot
35d535a477
chore(icons): remove toBeRemovedInVersion metadata and make it optional in schema ( #4513 )
...
* Remove toBeRemovedInVersion from icons and make optional in schema
* fix(build-icons): align alias deprecation type with schema optional removal version
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-07-02 12:34:23 +02:00
Karsa
8930dfa827
fix(scripts): fix typo in renameIcon.function.mts ( #4514 )
2026-07-02 11:41:51 +02:00
Daniel Castillejo
c67c9bdbfb
feat(icons): added paper-bag icon ( #4023 )
...
* Added icons/paper-bag.svg
* Added icons/paper-bag.json
* Update paper-bag.svg
* Update paper-bag.json with new fields and tags
Added 'use-cases' field and updated 'tags' list.
* Update paper-bag.json
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
1.23.0
2026-07-01 16:02:09 +02:00
Eric Fennis
52d7c549c3
Set custom COPILOT_GITHUB_TOKEN ( #4509 )
2026-06-30 20:06:34 +02:00
Eric Fennis
9cb4e49849
Small fix in the workflow ( #4508 )
2026-06-30 19:15:07 +02:00
Eric Fennis
f59db07ef9
ci(repo-journal.yml): GH copilot repo summary ( #4505 )
...
* gh bot posting info
* Set secret
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-06-30 14:09:53 +02:00
Eric Fennis
46bcf1fa89
chore(docs): Remove certificates banner ( #4504 )
...
* chore(docs): Remove certificate dev banner
* Remove css
2026-06-29 15:41:58 +02:00
George Nick Gorzynski
7d15e8466a
fix(docs): prevent scrollbar layout shift on icons page ( #4500 )
...
Adds scrollbar-gutter: stable to html to reserve space for the scrollbar,
preventing layout shift when navigating to/from the icons route.
2026-06-29 09:21:11 +02:00
Ankit Sharma
ce2d598d96
feat(icons): added phi icon also used as golden-ratio ( #4218 )
...
* Added icons/phi.svg
* Added icons/phi.json
* Updated icons/phi.json
* Add use-cases to phi.json
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
1.22.0
2026-06-28 18:36:16 +02:00
Jakob Guddas
627b4c1672
fix(icons): changed ungroup icon ( #3969 )
...
* Updated icons/ungroup.svg
* Updated icons/ungroup.json
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2026-06-28 17:23:52 +02:00
Jakob Guddas
ee02505468
fix(icons): changed carrot icon ( #4010 )
...
* Updated icons/carrot.svg
* Updated icons/carrot.json
* Updated icons/carrot.svg
* Updated icons/carrot.json
* Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-28 17:20:06 +02:00
Konrad Szajna
7c8fbb4813
fix(astro): add Astro v7 compatibility ( #4491 )
...
Astro 7 is released and @lucide/astro works with it unchanged. Widen the peerDependencies range to include ^7.
Dev dependencies are intentionally kept on Astro 6: bumping them pulls Vite 8 into the workspace, which destabilizes pnpm's shared peer resolution and breaks the vitest snapshot tests in other packages (icons, svelte).
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-26 17:32:55 +02:00
Eric Fennis
7e938845f0
fix(lcuide-react-native): Fix context provider export ( #4497 )
2026-06-25 07:22:42 +02:00
Eric Fennis
0d6c47d545
docs(installation.md): Remove outdate next tag in installation ( #4495 )
2026-06-24 12:03:14 +02:00
Hsi
2f5af2ceb5
fix(docs): allow icon popularity prebuild without token ( #4481 )
...
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2026-06-24 11:35:49 +02:00
dependabot[bot]
448bcc90fe
chore(deps): bump esbuild from 0.25.12 to 0.28.1 ( #4459 )
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.25.12 to 0.28.1.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.12...v0.28.1 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-version: 0.28.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-24 11:23:17 +02:00
Bartek Iwańczuk
2fed527c00
docs(site): add Deno to installation instructions ( #4486 )
2026-06-24 11:17:59 +02:00
Hsi
8fc6b70aa5
fix(docs): fix color input clipping ( #4488 )
...
* fix(docs): cap customizer hex input
* fix(docs): use full width color field
2026-06-19 16:16:39 +02:00
Eric Fennis
cf0e1e44ba
ci(release.yml): Remove concurrency field to prevent release mess ( #4485 )
2026-06-18 14:41:27 +02:00
Barakudum
65ef069acc
feat(icons): add 6 database variant icons ( #4336 )
...
* feat(icons): added database-variants `database-check`, `database-x`, `database-plus`, `database-minus`, `database-arrow-down`, `database-arrow-up`
* fix(metadata): add missing use-cases for database variant icons
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2026-06-18 09:06:07 +02:00
Rodrigo Luiz Schil Pellegrini
7983b2a262
feat(icons): added broken-bone icon ( #4131 )
...
* Added icons/broken-bone.svg
* Added icons/broken-bone.json
* redesign according to guidelines
* fix(bone-fracture.json): Remove trailing comma and ensure proper JSON formatting
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
1.21.0
2026-06-18 08:54:04 +02:00
Hsi
7ddb1e237d
fix(docs): rename navigation category label ( #4483 )
2026-06-17 07:42:12 +02:00
Eric Fennis
5ff536e139
ci(release.yml): Fix workflow and remove version scripts in package scripts ( #4479 )
...
* ci(release.yml): Remove new-version in release flow
* Remove version in scripts
* Update workflow
2026-06-16 16:24:07 +02:00
Eric Fennis
bb7d2d9839
ci(release.yml): Remove new-version in release flow ( #4478 )
2026-06-16 15:01:58 +02:00
Jenn M
fc20eb6c7a
feat(icons): added pencil-sparkles icon ( #4445 )
...
* Added icons/pencil-sparkles.svg
* Added icons/pencil-sparkles.json
* Fix pencil-sparkles artboard
viewbox was previously set to 22px instead of 24px
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Karsa <contact@karsa.org >
1.20.0
2026-06-16 13:21:44 +02:00
dependabot[bot]
d850228c3c
chore(deps-dev): bump @angular/common from 21.2.5 to 21.2.17 ( #4471 )
...
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common ) from 21.2.5 to 21.2.17.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/v21.2.17/packages/common )
---
updated-dependencies:
- dependency-name: "@angular/common"
dependency-version: 21.2.17
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-16 08:41:07 +02:00
dependabot[bot]
f6cef23cd7
chore(deps-dev): bump markdown-it from 14.1.1 to 14.2.0 ( #4475 )
...
Bumps [markdown-it](https://github.com/markdown-it/markdown-it ) from 14.1.1 to 14.2.0.
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md )
- [Commits](https://github.com/markdown-it/markdown-it/compare/14.1.1...14.2.0 )
---
updated-dependencies:
- dependency-name: markdown-it
dependency-version: 14.2.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-16 08:37:37 +02:00
dependabot[bot]
766c98af22
chore(deps-dev): bump vitest from 4.0.12 to 4.1.0 ( #4429 )
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 4.0.12 to 4.1.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md )
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
dependency-version: 4.1.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-16 08:36:08 +02:00
dependabot[bot]
1f0f070e84
chore(deps-dev): bump @angular/core from 21.2.5 to 21.2.17 ( #4470 )
...
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core ) from 21.2.5 to 21.2.17.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/v21.2.17/packages/core )
---
updated-dependencies:
- dependency-name: "@angular/core"
dependency-version: 21.2.17
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-16 08:08:03 +02:00
dependabot[bot]
a90271b282
chore(deps-dev): bump @angular/compiler from 21.2.5 to 21.2.17 ( #4474 )
...
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler ) from 21.2.5 to 21.2.17.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/v21.2.17/packages/compiler )
---
updated-dependencies:
- dependency-name: "@angular/compiler"
dependency-version: 21.2.17
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-16 06:32:06 +02:00
Scott Krukowski
c81680e066
docs(docs): fix broken Svelte package source link in README ( #4468 )
2026-06-15 09:42:24 +02:00
Jakob Guddas
0c57f7265a
feat(icons): added clock-arrow-out icon ( #2404 )
...
* Added icons/clock-arrow-out.svg
* Added icons/clock-arrow-out.json
* Rename icon
* Add empty use-cases array
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Update clock-arrow-right.json
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-06-13 17:51:32 +02:00
Jakob Guddas
f917f247e3
feat(icons): added user-round-arrow-in icon ( #2283 )
...
* Added icons/user-round-arrow-inwards.svg
* Added icons/user-round-arrow-inwards.json
* Updated icons/user-round-arrow-inwards.json
* Rename user-round-arrow-inwards.json to user-round-arrow-in.json
* Rename user-round-arrow-inwards.svg to user-round-arrow-in.svg
* Rename icon
* Add use cases empty
* Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-13 17:35:55 +02:00
Jacob Padilla
aef0f98a68
feat(icons): added summary icon ( #3114 )
...
* ai summary icon
* other summary icon svg
* slightly less pronounced curve
* Modify SVG paths in summary.svg
* Update icons/summary.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Jakob Guddas <github@jguddas.de >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-06-13 17:31:07 +02:00
Jakob Guddas
6e5c250af0
feat(icons): added clock-arrow-in icon ( #2403 )
...
* Added icons/clock-arrow-in.svg
* Added icons/clock-arrow-in.json
* Updated icons/clock-arrow-in.json
* Rename to clock-arrow-left
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-06-13 17:25:43 +02:00