Daniel Bayley
a128d1c3c1
Optimise/add shield-* icons/improve metadata ( #1349 )
...
* Optimise `shield` icons
* Rename `shield-close` to `shield-x`
* Improve `shield` icons metadata
* Add `shield-half` variant
* Add `shield-ban` icon
* Add `shield-plus` icon
* Add `shield-minus` icon
* Add `shield-slash` icon
* Add `shield-more` icon
* Add `shield-cross` icon
* Add `shield-cross-diagonal` icon
* Add `shield-cross-big` icon
* Add `shield-stripe-diagonal` icon
* Add `shield-stripe-vertical` icon
* Add `shield-stripe-horizontal` icon
* Add `shield-stripes-horizontal` icon
* Add `shield-crucifix` icon
* Revert "Add `shield-cross-big` icon"
This reverts commit 6484b6ea45 .
* Revert "Add `shield-cross-diagonal` icon"
This reverts commit ed474bdc1f .
* Revert "Add `shield-cross` icon"
This reverts commit 2ebc66e301 .
* Revert "Add `shield-crucifix` icon"
This reverts commit 4fa201658a .
* Revert "Add `shield-stripes-horizontal` icon"
This reverts commit b884028623 .
* Revert "Add `shield-stripe-horizontal` icon"
This reverts commit 40d7096dbf .
* Revert "Add `shield-stripe-vertical` icon"
This reverts commit 8839e095e3 .
* Revert "Add `shield-stripe-diagonal` icon"
This reverts commit a5326ce108 .
* Revert "Add `shield-slash` icon"
This reverts commit 7bab9fb256 .
* Rename `shield-more` to `shield-ellipsis`
0.273.0
2023-08-31 13:43:30 +02:00
Daniel Bayley
e145cb05e2
Improve [send/bring]-to-[front/back] metadata ( #1444 )
...
* Refine `send-to-back` icon
* Improve metadata
* Revert "Refine `send-to-back` icon"
This reverts commit 4f59705fd4 .
2023-08-31 13:41:43 +02:00
Daniel Bayley
759ff562fd
Add missing badge-* currency (discount) icons ( #1406 )
...
* Add `badge-cent` (discount) icon
* Improve `badge-dollar-sign` metadata
* Add `badge-pound-sterling` (discount) icon
* Add `badge-euro` (discount) icon
* Add `badge-swiss-franc` (discount) icon
* Add `badge-japanese-yen` (discount) icon
* Add `badge-indian-rupee` (discount) icon
* Add `badge-russian-ruble` (discount) icon
* Refine `badge-indian-rupee` icon
* Refine `badge-russian-ruble` icon
0.272.0
2023-08-30 13:18:55 +02:00
Karsa
ae2899a09e
Optimize russian-ruble.svg ( #1541 )
0.271.0
2023-08-29 15:17:22 +02:00
Daniel Bayley
8b7ea73aa3
Improve bug icons ( #988 )
...
* Refine `bug` icon
* Add `bug-off` icon
* Add `bug-play` (debug) icon
* Add `bug-x` icon
* Add `bug-x` variant
* Delete bug-x.json
* Delete bug-x.svg
* Delete bug-x-2.json
* Delete bug-x-2.svg
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
0.270.0
2023-08-28 20:08:41 +02:00
Eric Fennis
1bdeae5364
Add conditional exports property Lucide Svelte package.json ( #1499 )
...
* add exports property
* adjust wild card import
* Fix exports
* revert bundleSize plugin change
* Fix exports build warning
2023-08-28 19:41:24 +02:00
Jan
0e307087f6
replaced SvelteComponentTyped with SvelteComponent ( #1517 )
...
Co-authored-by: Jan Richter <j.richter@vanlanschotkempen>
2023-08-28 19:21:04 +02:00
Karsa
a46114b3e7
[github] Added issue template forms ( #1535 )
...
* [github] Added issue template forms
* [github] yaml => yml
* Syntax fixes
* Further syntax fixes
* Sort issue templates
* Update 02_bug_report.yml
---------
Co-authored-by: Karsa <karsa@karsa.org >
2023-08-28 19:20:30 +02:00
Karsa
fcafe0e7b7
[pull-request-template] Added some clarification to pull request requirements. ( #1531 )
2023-08-28 15:49:06 +02:00
Karsa
5312982b8f
[docs] Fixes icon design guide heading levels + naming mix-up ( #1533 )
...
* Fixes icon design guide heading levels + naming mix-up
* Update icon-design-guide.md
---------
Co-authored-by: Karsa <karsa@karsa.org >
2023-08-28 09:05:26 +02:00
Daniel Bayley
3a13fab009
Add archive-x (junk) icon ( #1203 )
...
* Add `archive-x` (junk) icon
* Improve metadata
* Refine `archive` icon
* Refine `archive-restore` icon
* Refine `archive-*` icons
* Update icons/archive-restore.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/archive-x.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/archive.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
0.269.0
2023-08-25 14:44:53 +02:00
Karsa
30a69ee670
[lucide-angular] Added factory to LUCIDE_ICONS injection token so that standalone components will be able to import LucideAngularModule. ( #1529 )
2023-08-25 08:43:16 +02:00
Jakob Guddas
5f442122ab
feat: added dpi preview ( #1510 )
...
* feat: added dpi preview
* fix: switched to resvg
* build: updated versions and nitro build config
* fix: switched to resvg-wasm
* fix: trying out fetch with import meta url
* fix: trying out copy wasm file manually
* fix: wrong file path
* fix: trying out esmImport
* fix: oups
* fix: giving up
* fix: await initialization
* fix: still nothing
* Revert "fix: still nothing"
This reverts commit dcb9fe3837a32ec4149f41c9b8925ae0e2fbdb79.
* fix: implement suggestions
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
* Update .github/workflows/pull-request.yml
* Update .github/workflows/pull-request.yml
* Update .github/workflows/pull-request.yml
* Update .github/workflows/pull-request.yml
* Update .github/workflows/pull-request.yml
* Update .github/workflows/pull-request.yml
* Update .github/workflows/pull-request.yml
* Update .github/workflows/pull-request.yml
* Update .github/workflows/pull-request.yml
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2023-08-24 11:37:07 +02:00
Jakob Guddas
e78d910a83
feat: defention of done ( #1224 )
...
* feat: defention of done
* Update new-icon.md
* Update new-icon.md
* move file pull_request_template.md
* updated the PR template
* update checklist items
* update heading
* Update .github/pull_request_template.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update .github/pull_request_template.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update .github/pull_request_template.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update .github/pull_request_template.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update .github/pull_request_template.md
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update .github/pull_request_template.md
Co-authored-by: Karsa <contact@karsa.org >
* Update .github/pull_request_template.md
Co-authored-by: Karsa <contact@karsa.org >
* Update .github/pull_request_template.md
Co-authored-by: Karsa <contact@karsa.org >
* Update .github/pull_request_template.md
Co-authored-by: Karsa <contact@karsa.org >
* Update .github/pull_request_template.md
Co-authored-by: Karsa <contact@karsa.org >
* Update .github/pull_request_template.md
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Karsa <contact@karsa.org >
2023-08-21 10:30:09 +02:00
Karsa
ccc8dc2b34
Updated icon design guide ( #1518 )
...
* Update icon design guide with new design guidelines, naming convention & code convention additions.
* Fix heading levels.
* Update docs/guide/design/icon-design-guide.md
2023-08-21 10:29:51 +02:00
Jakob Guddas
96bcca0e08
Added more tags to party-popper meta data ( #1519 )
2023-08-19 15:15:35 +02:00
Alwyn Tan
d95b14a70b
Fix: Copy SVG properties into the child in react-native-svg ( #1485 )
2023-08-16 23:01:41 +02:00
Daniel Bayley
a852a43ef4
Optimise box/package icons ( #1481 )
...
* Optimise `box` icon
* Optimise `package` icons
* Update icons/package-check.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/package-minus.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/package-plus.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/package-search.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/package-x.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/package.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
2023-08-15 19:34:12 +02:00
Jakob Guddas
4953a95e36
feat: added fallback background for browsers without prefers-color-scheme support ( #1493 )
...
* feat: added fallback background to svg preview for browsers without prefers-color-scheme support
* feat: added fallback background to svg stroke-width preview for browsers without prefers-color-scheme support
2023-08-15 19:32:25 +02:00
Martin Adamko
cad1b95b69
fix(icons): Rename send-horizonal to send-horizontal ( #1496 )
...
* fix(icons): Rename `send-horizonal` to `send-horizontal`
* feat(icons): Add `"send-horizonal"` alias for backward compatibility.
0.268.0
2023-08-14 09:00:42 +02:00
Daniel Bayley
92f3fb0f90
Fix database-backup/improve metadata/add database-zap (cache) icon ( #1400 )
...
* Fix `database-backup` icon
* Improve `database` icons metadata
* Add `database-zap` icon
* Update icons/database-zap.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/database-backup.svg
Co-authored-by: Karsa <contact@karsa.org >
* Revert "Update icons/database-backup.svg"
This reverts commit ef1cfd2065 .
* Update icons/database-backup.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
0.267.0
2023-08-13 22:09:30 +02:00
Jakob Guddas
6e8895d075
fix: generate alias files for nextjs import mapping ( #1486 )
...
* fix: generate alias files for nextjs import mapping
* Add entry files in rollup build
* improve build flow other packages
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2023-08-13 22:07:54 +02:00
Daniel Bayley
a1b2ce5b7b
Add browser/dev tools icons ( #1319 )
...
* Add `mouse-pointer-square-dashed` (inspect variant) icon
* Rename `inspect` to `mouse-pointer-square`
* Add `crosshair-square` (inspector) variant
* Add `computer-chip` icon
* Add `applications` icon
* Add `tablet-smartphone` (devices/responsive design) icon
* Add `waypoints` icon
* Revert "Add `crosshair-square` (inspector) variant"
This reverts commit 1610b85f66 .
* Revert "Add `applications` icon"
This reverts commit 06bc672f0f .
* Remove `computer-chip` icon
* Improve metadata
* Revert "Add `waypoints` icon"
This reverts commit acc47f0816 .
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
0.266.0
2023-08-13 12:55:48 +02:00
Jakob Guddas
4a54e87e84
fix: cogs ( #1225 )
...
* fix: cogs
* fix: cogs
* fix: added folder-cog-2 as alias for folder-cog
* chore: removed file-cog-2
* feat: rotated cogs
* feat: rotated user-cogs-2 cog
2023-08-13 11:59:48 +02:00
Daniel Bayley
d8bdbff9c6
Improve utility-pole metadata ( #1157 )
...
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2023-08-13 11:49:25 +02:00
Zara
70cffa8dd2
Fix lucide-vue-next stroke-width must be number bug ( #1492 )
2023-08-11 15:29:23 +02:00
Eric Fennis
8cff59627b
Update Site to Vitepress 1.0.0-rc.4 and fix gh-icon api ( #1491 )
...
* update site dependencies
* revert preact change
* update config
2023-08-09 17:09:21 +02:00
Eric Fennis
b684a0083b
update snapshots
2023-08-07 22:20:14 +02:00
Eric Fennis
9fb4b0b161
Add multiline support
v0.265.0
0.265.0
2023-08-07 12:59:26 +02:00
Daniel Bayley
9ec40ae506
Add transport icons ( #1412 )
...
* Refine `truck` icon
* Refine `train` icon
* Rename `train` icon to `tram`
* Add `rail-symbol` icon
* Add `m-square` (metro) icon
* Add `train-track` icon
* Add `cable-car` icon
* Add `coach` icon
* Add `traffic-cone` icon
* Add `traffic-cone` variant
* Improve metadata
* Refine `bus` icon
* Add `traffic-lights` icon
* Revert "Add `traffic-lights` icon"
This reverts commit 22dcfc7aad .
* Refine `train-track` icon
* Rename `train` to `train-high-speed`
* Refine `car` icon
* Add `car-front` variant
* Add `car-taxi` icon
* Add `car-sports` icon
* Add `parking-meter` icon
* Add `tractor` icon
* Refine `bus` icon
* Refine `tractor` icon
* Refine `car-front` icon
* Refine `car-taxi` icon
* Refine `car-sports` icon
* Add `bus-school` icon
* Remove `traffic-cone` variant
* Add `train-high-speed-tunnel` icon
* Refine `coach` icon
* Refine `cable-car` icon
* Refine `car` icon
* Refine `train-high-speed` icon
* Refine `train-high-speed-tunnel` icon
* Update icons/car-front.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/car.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/car-taxi.svg
Co-authored-by: Karsa <contact@karsa.org >
* Refine `coach` icon
* Add `coach` variant
* Rename `tram` to `tram-front`
* Rename `train-high-speed` to `train-front`
* Rename `train-high-speed-tunnel` to `train-front-tunnel`
* Rename `bus-school` to `bus-school-front`
* Rename `coach` to `coach-front`
* Rename `coach` variant to `coach-front` variant
* Rename `car-taxi` to `car-taxi-front`
* Rename `car-sports` to `car-sports-front`
* Add `car-electric-front` icon
* Refine `car-electric-front` icon
* Refine `car` icon
* Add `ship-wheel` icon
* Improve `ship` metadata
* Remove `bus-school-front` icon
* Remove `car-electric-front` icon
* Remove `car-sports-front` icon
* Remove `coach-front` variant
* Rename `coach-front` to `bus-front`
* Improve `train-front-tunnel` metadata
* Refine `car-taxi-front` icon
---------
Co-authored-by: Karsa <contact@karsa.org >
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2023-08-07 11:21:42 +02:00
Daniel Bayley
890514de6c
Add blocks icons ( #1055 )
...
* Optimise `grid` icon
* Rename `grid` to `grid-3x3`
* Add `grid-2x2` icon
* Add `blocks` icon
* Update icons/blocks.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
2023-08-06 16:24:50 +02:00
Eric Fennis
9463b2e445
Revert .mjs modules in build for Lucide React ( #1471 )
...
* switch to different build strategy for dynamicIconImports
* add remove for dynamicIconImports files
0.264.0
v0.264.0
2023-08-06 15:47:07 +02:00
dependabot[bot]
0221022e24
Bump semver from 7.5.0 to 7.5.2 ( #1469 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 7.5.0 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.5.0...v7.5.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-04 10:47:48 +02:00
Eric Fennis
751f7cb1e3
Adjust workflow
2023-07-31 21:21:43 +02:00
Daniel Bayley
4c90b84236
Add rabbit & turtle/snail & shell/aminal icons ( #1234 )
...
* Add `rabbit` icon
* Add `turtle` icon
* Update icons/rabbit.svg
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Refine `rabbit` icon
* Add `snail` icon
* Add `shell` icon
* Refine `snail` icon
* Refine `shell` icon
* Refine `snail` icon
* Refine `shell` icon
…to match `snail`.
* Flip `snail` icon to better match Lucide logo
* Refine `shell` icon
…to better match `snail` and the Lucide logo.
* Improve `shell` icon metadata
* Refine `turtle` icon
* Improve `contributor`s
* Reverse `snail` icon
* Reverse `shell` icon
* Reverse `lollipop` icon
* Add `paw-print` icon
* Add `fish-symbol` icon
* Improve metadata
* Update icons/egg-off.json
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/paw-print.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/rabbit.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/shell.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/snail.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/turtle.svg
Co-authored-by: Karsa <contact@karsa.org >
* Fix `turtle` icon
* Update icons/turtle.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update turtle.svg
Restores @danielbayley's original optimization.
---------
Co-authored-by: Jakob Guddas <github@jguddas.de >
Co-authored-by: Karsa <contact@karsa.org >
2023-07-31 12:32:44 +02:00
Eric Fennis
01be733532
update workflow
2023-07-30 20:39:47 +02:00
Ishan
4ffa38e013
Add: Missing README Image ( #1456 )
...
* Create powered-by-vercel.svg
* Update README.md
Add Missing Image
* Update README.md
* Delete assets directory
Cleanup
2023-07-25 12:53:28 +02:00
Alexandru Bacanu
0a38dccdae
Update package.json ( #1452 )
v0.263.1
2023-07-24 21:48:14 +02:00
Eric Fennis
3391b5b717
update workflows
2023-07-21 10:17:43 +02:00
Daniel Bayley
5c145f4e72
Refine [pencil-]ruler icons ( #1442 )
...
* Refine `pencil-ruler` icon
* Refine `ruler` icon
…to match `pencil-ruler`.
* Update icons/ruler.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/pencil-ruler.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/pencil-ruler.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/pencil-ruler.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
v0.263.0
2023-07-21 09:47:16 +02:00
Daniel Bayley
74429a8e92
Optimise send icon/add variant ( #1411 )
...
* Add `send` variant
* Optimise `send` icon
* Refine `send` variant
* Refine `send` variant
* Rename `send-2` to `send-horizonal`
v0.262.0
2023-07-19 21:17:31 +02:00
Ishan
1e99499dc8
Update createLucideIcon.ts ( #1439 )
...
* Update createLucideIcon.ts
Added Missing ref prop
* Update createLucideIcon.ts
* Update createLucideIcon.ts
ForwardRef need RefAttributes
* Update packages/lucide-react/src/createLucideIcon.ts
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
* Update createLucideIcon.ts
In needs RefAttributes for Forward Ref
* Update createLucideIcon.ts
* Update createLucideIcon.ts
cleanup
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2023-07-19 21:16:33 +02:00
Eric Fennis
724a43e3f0
fix site build
2023-07-19 19:37:07 +02:00
Eric Fennis
fb79059fca
Move dynamicImportFile to dedicated file ( #1440 )
...
* test this
* Fixes dynamicImportsMap and types
2023-07-19 19:32:34 +02:00
Daniel Bayley
9a54838538
Sort out pen[cil]/edit icons/add pencil-ruler (stationery) icon/improve metadata ( #1286 )
...
* Add `pencil-ruler` icon
* Add `pencil-eraser` icon
* Optimise `pencil` icon
* Improve stationery metadata
* Fix/rename/refine/optimise `pen`[`cil`]/`edit` icons
* Improve metadata
2023-07-18 12:26:49 +02:00
James Yeoman
c7438c0c10
Add forward and backward overlap icons ( #1425 )
...
* Add forward and backward overlap icons
* Apply code suggestions
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Apply metadata suggestions
Co-authored-by: Jakob Guddas <github@jguddas.de >
---------
Co-authored-by: Jakob Guddas <github@jguddas.de >
2023-07-18 09:56:25 +02:00
Eric Fennis
667ae303f8
add inputs in workflow
2023-07-18 09:55:07 +02:00
Eric Fennis
dc1d17181f
Fix createdRelease in writeReleaseMetadata
2023-07-17 21:58:10 +02:00
Eric Fennis
26abdb904d
Merge branch 'main' of https://github.com/lucide-icons/lucide
2023-07-17 21:28:46 +02:00
Eric Fennis
cf0264745e
Remove alias
2023-07-17 21:28:43 +02:00