Daniel Bayley
b17627b82d
Add shield-question icon ( #1112 )
...
Update icons/shield-question.svg
Co-authored-by: Jakob Guddas <github@jguddas.de >
v0.171.0
2023-04-20 18:28:33 +02:00
Karsa
84ec1620a8
[lucide-angular] Fixes change detection issue with legacy img input setter ( #1129 )
...
* [lucide-angular] Fixes img setter alias
* fixes change detection issue with img setter
---------
Co-authored-by: Karsa <karsa@karsa.org >
2023-04-20 18:25:18 +02:00
Eric Fennis
a87ae2a92b
Introducing absoluteStrokeWidth option on Lucide Components ( #939 )
...
* Add more music icons and another mic icon (#746 )
* Revert "Add more music icons and another mic icon (#746 )" (#750 )
This reverts commit 57cba6ae0e .
* add scale Stroke width
* Added scaleStrokeWidth prop to all packages
* Add scaleStrokeWidth to types
* Rename scaleStrokeWidth to absoluteStrokeWidth
* Adds common API elements to the Angular package (#949 )
* Almost complete rewrite of the Angular package
* Update tsconfig.spec.json
* fixes icon build export file name
* Updates Angular documentation with the new properties + provider injection
* Update lucide-angular.md
* refactored scaleStrokeWidth to be absoluteStrokeWidth to match other packages
* removed codelyzer from devDeps + added flexible angular core dependencies
* Deprecates createElement helper in favour of Renderer2 to support SSR
---------
Co-authored-by: Karsa <karsa@karsa.org >
* Add absoluteStrokeWidth in docs
* update snapshots
* Manual merge of main
* Fixed incorrectly merged pnpm-lock.yaml
* Fixes lucide-angular build
* [lucide-angular] Global configuration for properties + bugfix for legacy icon provider (#1012 )
* Almost complete rewrite of the Angular package
* Update tsconfig.spec.json
* fixes icon build export file name
* Updates Angular documentation with the new properties + provider injection
* Update lucide-angular.md
* refactored scaleStrokeWidth to be absoluteStrokeWidth to match other packages
* removed codelyzer from devDeps + added flexible angular core dependencies
* Deprecates createElement helper in favour of Renderer2 to support SSR
* Added global configuration and fixed undefined bug in legacy icon provider. Also updated README.md
* Replaces removed line in README.md
* Fixes merge error
* Updates export template to use the non-deprecated type
* downgrade building to ng-cli@13
* downgrade to es2020
---------
Co-authored-by: Karsa <karsa@karsa.org >
* rename scaleStrokeWidth to absoluteStrokeWidth in readme
---------
Co-authored-by: it-is-not <72697755+it-is-not@users.noreply.github.com >
Co-authored-by: Karsa <contact@karsa.org >
Co-authored-by: Eric Fennis <eric@dreamteam.nl >
Co-authored-by: Karsa <karsa@karsa.org >
Co-authored-by: Eric Fennis <eric.fennis@nac41112.nedap.local >
v0.170.0
2023-04-20 16:08:34 +02:00
Daniel Bayley
f35f45c7b3
Add messages-square icon ( #1030 )
...
* Add `messages-square` icon
* Add `message-square-plus` icon
* Add `message-square-dashed` icon
v0.169.0
2023-04-20 16:02:27 +02:00
Daniel Bayley
c9a418dfc4
Improve play metadata ( #1062 )
...
* Improve `play` metadata
* Improve `un`/`re`/`do`/`fresh`/`reload` metadata
2023-04-20 15:53:28 +02:00
Daniel Bayley
70be608a58
Add folder-git icon ( #1009 )
...
* Add `folder-git` icon
* Add `folder-git-2` icon
v0.168.0
2023-04-20 15:52:03 +02:00
Daniel Bayley
db311ab023
Add list-tree icon ( #1114 )
...
Update icons/list-tree.json
Co-authored-by: Karsa <contact@karsa.org >
v0.167.0
2023-04-20 15:49:08 +02:00
Daniel Bayley
cac81636fb
Fix arrow-up-left-from-circle metadata ( #1126 )
...
This is causing the `pre-commit` hook to fail, because it was merged after the `coding` category was removed.
2023-04-20 15:20:41 +02:00
Daniel Bayley
4b225a2e80
Add test-tube/s icon/s and improve metadata for lab icons ( #992 )
...
* Improve metadata for `lab` icons
* Improve metadata for `lab` icons
* Add `test-tube` icon
* Add `test-tube` alternate icon
* Add `test-tubes` icon
* Refine `flask-round` icon
* Improve metadata
v0.166.0
2023-04-19 21:40:03 +02:00
Jakob Guddas
8aac1c7ba6
Optimized bone ( #1119 )
...
* Optimized `bone`
* Update bone.svg
* Update icons/bone.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
v0.165.0
2023-04-19 21:37:57 +02:00
Daniel Bayley
d513a2b9df
Add/refine radio[-tower] icons ( #1070 )
...
* Add `radio-tower` icon
* Refine `radio` icon
Update icons/radio-tower.svg
Co-authored-by: Karsa <contact@karsa.org >
* Apply suggestions from code review
---------
Co-authored-by: Karsa <contact@karsa.org >
v0.164.0
2023-04-19 21:27:47 +02:00
Jakob Guddas
204a418643
Fixed connection issue and optimized cpu ( #1100 )
...
* Fixed connection issue and optimized `cpu`
* Update icons/cpu.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
v0.163.0
2023-04-19 21:26:04 +02:00
Jakob Guddas
36039d8bdc
Fixed alignment issues usb ( #1103 )
2023-04-19 21:25:43 +02:00
Jakob Guddas
49bd49b843
fix: fixed github icon api route issue ( #1117 )
2023-04-19 19:04:04 +02:00
Jakob Guddas
4679ff791d
feat: added backdrop to gh-icon ( #1097 )
...
* feat: added backdrop to gh-icon
* feat: added backdrop to gh-icon
* feat: changed fill pattern
* chore: pattern cleanup
* feat: improved backdrop color
2023-04-18 22:40:18 +02:00
Karsa
bfab755958
Merged coding and development categories ( #1067 )
...
Co-authored-by: Karsa <karsa@karsa.org >
2023-04-18 09:08:15 +02:00
Daniel Bayley
63aa17a001
Add circuit-board icon ( #1065 )
...
Update icons/circuit-board.svg
Co-authored-by: Jakob Guddas <github@jguddas.de >
v0.162.0
2023-04-18 09:04:46 +02:00
Jakob Guddas
db6194369d
Optimized database ( #1106 )
v0.161.0
2023-04-16 23:15:43 +02:00
Daniel Bayley
29c952fdaf
Improve [*-]check[-*] metadata ( #1057 )
2023-04-16 22:01:57 +02:00
Daniel Bayley
637e285c52
Improve minus metadata ( #1071 )
2023-04-16 22:00:01 +02:00
Lucide Bot
d6ee5d963c
📦 Bump lucide package versions to 0.160.0
2023-04-16 17:20:01 +00:00
Jakob Guddas
97d02ec6e5
Optimized vegan ( #1104 )
...
* Optimized `vegan`
* Update icons/vegan.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update vegan.svg
---------
Co-authored-by: Karsa <contact@karsa.org >
v0.160.0
2023-04-16 19:14:42 +02:00
Lucide Bot
f5be205fc9
📦 Bump lucide package versions to 0.159.0
2023-04-16 16:50:55 +00:00
Jakob Guddas
f2e0da9bb1
Simplified citrus ( #1098 )
...
* Simplified `citrus`
* Update icons/citrus.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update citrus.svg
---------
Co-authored-by: Karsa <contact@karsa.org >
v0.159.0
2023-04-16 18:45:34 +02:00
Jakob Guddas
2ca852fc7d
Optimized headphones ( #1099 )
v0.158.0
2023-04-16 18:43:52 +02:00
Jakob Guddas
a64215bb25
Optimized key ( #1101 )
v0.157.0
2023-04-16 18:40:51 +02:00
Daniel Bayley
6d975609c4
Complete circle-* set ( #1032 )
...
* Add `circle-equal` icon
* Add `circle-slash` icon
* Rename `slash` to `ban`
* Add `circle-off` icon
* Rename `circle-slashed` to `circle-slash-2`
v0.156.0
2023-04-16 18:37:17 +02:00
Lucide Bot
13b9c1fadb
📦 Bump lucide package versions to 0.155.0
2023-04-16 16:18:47 +00:00
Daniel Bayley
dcf396f1e3
Add copy-* icons ( #1027 )
...
* Add `copy-x` icon
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Refine `copy` icon
* Add `copy-plus` icon
* Add `copy-minus` icon
* Add `copy-check` icon
* Add `copy-slash` icon
---------
Co-authored-by: Jakob Guddas <github@jguddas.de >
v0.155.0
2023-04-16 18:13:26 +02:00
Lucide Bot
debf9b77c1
📦 Bump lucide package versions to 0.154.0
2023-04-16 12:25:13 +00:00
Jakob Guddas
d30f3fe0c5
Simplified and fixed alignment issues for accessibility ( #1076 )
...
* Simplified and fixed alignment issues for `accessibility`
* Update icons/accessibility.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
v0.154.0
2023-04-16 14:20:20 +02:00
Jakob Guddas
7d0f9996e6
Simplified bike ( #1079 )
...
* Simplified `bike`
* Update icons/bike.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
2023-04-16 14:20:00 +02:00
Jakob Guddas
c263c8baee
Simplified and fixed alignment issues of alarm-check ( #1077 )
...
* Simplified and fixed alignment issues of `alarm-check`
* Update icons/alarm-check.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
v0.153.0
2023-04-16 14:17:36 +02:00
Jakob Guddas
c61207c0ac
Simplified and fixed alignment issues of alarm-clock-off ( #1078 )
...
* Simplified and fixed alignment issues of `alarm-clock-off`
* Update icons/alarm-clock-off.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
v0.152.0
2023-04-16 14:17:17 +02:00
Jakob Guddas
ec5327b870
Fixed misaligned feet of alarm-clock ( #1081 )
...
* Fixed misaligned feet of `alarm-clock`
* Update icons/alarm-clock.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
2023-04-16 14:17:10 +02:00
Jakob Guddas
61d3c6f452
Simplified and aligned alarm-minus ( #1082 )
...
* Simplified and aligned `alarm-minus`
* Update icons/alarm-minus.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
2023-04-16 14:16:56 +02:00
Jakob Guddas
d777895135
Optimized and aligned alarm-plus ( #1083 )
...
* Optimized and aligned `alarm-plus`
* Update icons/alarm-plus.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
v0.151.0
2023-04-16 14:16:19 +02:00
Jakob Guddas
846a74ef50
Optimized youtube ( #1084 )
...
* Optimized `youtube`
* Update youtube.svg
2023-04-16 14:16:03 +02:00
Jakob Guddas
3901a12d78
Optimized bold ( #1085 )
...
* Optimized `bold`
* Update icons/bold.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
v0.150.0
2023-04-16 14:15:31 +02:00
Jakob Guddas
f9c49d9973
Optimized and aligned construction ( #1090 )
...
* Optimized and aligned `construction`
* Fixed alignment issue
* Update icons/construction.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
2023-04-16 14:15:09 +02:00
Jakob Guddas
08b04f84b7
Optimized command ( #1091 )
2023-04-16 14:14:42 +02:00
Lucide Bot
f3a97ed59e
📦 Bump lucide package versions to 0.149.0
2023-04-16 12:13:04 +00:00
Jakob Guddas
01663fb90b
Optimized message-circle ( #1093 )
...
* Optimized `message-circle`
* Optimized `message-circle`
* Update icons/message-circle.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
v0.149.0
2023-04-16 14:07:26 +02:00
Jakob Guddas
97aec42fb2
Optimized replace ( #1094 )
...
* Optimized `replace`
* Update icons/replace.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
2023-04-16 14:07:01 +02:00
Jakob Guddas
05eaf17ef9
Optimized replace-all ( #1095 )
...
* Optimize `replace-all`
* Update icons/replace-all.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
2023-04-16 14:06:46 +02:00
Jakob Guddas
e4d3a74434
Optimized orbit ( #1096 )
...
* Optimized `orbit`
* Update `orbit`
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
v0.148.0
2023-04-16 14:06:16 +02:00
Jakob Guddas
de6b172e0a
Optimized axe ( #1089 )
...
* Optimized `axe`
* Optimized `axe`
* Update axe.svg
Co-authored-by: Karsa <contact@karsa.org >
v0.147.0
2023-04-16 14:05:28 +02:00
Jakob Guddas
348628329d
Optimized building-2 ( #1086 )
...
* Optimized `building-2`
* Update icons/building-2.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
v0.146.0
2023-04-16 14:04:56 +02:00
Jakob Guddas
38d5093b1d
Optimized pizza ( #1088 )
...
* Optimized `pizza`
* Update icons/pizza.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
2023-04-16 14:04:07 +02:00
Lucide Bot
3014d0aa32
📦 Bump lucide package versions to 0.145.0
2023-04-14 20:45:15 +00:00