lucide-angular 0.331.0 → 0.333.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/icons/anvil.mjs +11 -5
- package/esm2020/icons/siren.mjs +7 -4
- package/esm2020/icons/tractor.mjs +8 -8
- package/esm2020/src/icons/icons/anvil.mjs +11 -5
- package/esm2020/src/icons/icons/siren.mjs +7 -4
- package/esm2020/src/icons/icons/tractor.mjs +8 -8
- package/fesm2015/lucide-angular-src-icons.mjs +23 -14
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +23 -14
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +23 -14
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +23 -14
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/anvil.d.ts +1 -1
- package/icons/siren.d.ts +1 -1
- package/icons/tractor.d.ts +1 -1
- package/package.json +1 -1
- package/src/icons/icons/anvil.d.ts +1 -1
- package/src/icons/icons/siren.d.ts +1 -1
- package/src/icons/icons/tractor.d.ts +1 -1
|
@@ -962,7 +962,7 @@ const Antenna = [
|
|
|
962
962
|
* @component @name Anvil
|
|
963
963
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
964
964
|
*
|
|
965
|
-
* @preview  - https://lucide.dev/icons/anvil
|
|
966
966
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
967
967
|
*
|
|
968
968
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
@@ -970,11 +970,17 @@ const Antenna = [
|
|
|
970
970
|
*
|
|
971
971
|
*/
|
|
972
972
|
const Anvil = [
|
|
973
|
-
['path', { d: 'M7
|
|
974
|
-
[
|
|
973
|
+
['path', { d: 'M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4', key: '1hjpb6' }],
|
|
974
|
+
[
|
|
975
|
+
'path',
|
|
976
|
+
{ d: 'M7 5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1 7 7 0 0 1-7 7H8a1 1 0 0 1-1-1z', key: '1qn45f' },
|
|
977
|
+
],
|
|
975
978
|
['path', { d: 'M9 12v5', key: '3anwtq' }],
|
|
976
979
|
['path', { d: 'M15 12v5', key: '5xh3zn' }],
|
|
977
|
-
[
|
|
980
|
+
[
|
|
981
|
+
'path',
|
|
982
|
+
{ d: 'M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3 1 1 0 0 1-1 1H6a1 1 0 0 1-1-1', key: '1fi4x8' },
|
|
983
|
+
],
|
|
978
984
|
]; //eslint-disable-line no-shadow-restricted-names
|
|
979
985
|
|
|
980
986
|
/**
|
|
@@ -23272,7 +23278,7 @@ const Signpost = [
|
|
|
23272
23278
|
* @component @name Siren
|
|
23273
23279
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
23274
23280
|
*
|
|
23275
|
-
* @preview  - https://lucide.dev/icons/siren
|
|
23276
23282
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
23277
23283
|
*
|
|
23278
23284
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
@@ -23280,8 +23286,11 @@ const Signpost = [
|
|
|
23280
23286
|
*
|
|
23281
23287
|
*/
|
|
23282
23288
|
const Siren = [
|
|
23283
|
-
['path', { d: 'M7
|
|
23284
|
-
[
|
|
23289
|
+
['path', { d: 'M7 18v-6a5 5 0 1 1 10 0v6', key: 'pcx96s' }],
|
|
23290
|
+
[
|
|
23291
|
+
'path',
|
|
23292
|
+
{ d: 'M5 21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2z', key: '1b4s83' },
|
|
23293
|
+
],
|
|
23285
23294
|
['path', { d: 'M21 12h1', key: 'jtio3y' }],
|
|
23286
23295
|
['path', { d: 'M18.5 4.5 18 5', key: 'g5sp9y' }],
|
|
23287
23296
|
['path', { d: 'M2 12h1', key: '1uaihz' }],
|
|
@@ -25733,7 +25742,7 @@ const ToyBrick = [
|
|
|
25733
25742
|
* @component @name Tractor
|
|
25734
25743
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
25735
25744
|
*
|
|
25736
|
-
* @preview  - https://lucide.dev/icons/tractor
|
|
25737
25746
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
25738
25747
|
*
|
|
25739
25748
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
@@ -25741,15 +25750,15 @@ const ToyBrick = [
|
|
|
25741
25750
|
*
|
|
25742
25751
|
*/
|
|
25743
25752
|
const Tractor = [
|
|
25744
|
-
['path', { d: 'M3 4h9l1 7', key: '1ftpo8' }],
|
|
25745
|
-
['path', { d: 'M4 11V4', key: '9ft8pt' }],
|
|
25746
|
-
['path', { d: 'M8 10V4', key: '1y5f7n' }],
|
|
25747
|
-
['path', { d: 'M18 5c-.6 0-1 .4-1 1v5.6', key: '10zbvr' }],
|
|
25748
25753
|
['path', { d: 'm10 11 11 .9c.6 0 .9.5.8 1.1l-.8 5h-1', key: '2w242w' }],
|
|
25749
|
-
['circle', { cx: '7', cy: '15', r: '.5', key: 'fbsjqy' }],
|
|
25750
|
-
['circle', { cx: '7', cy: '15', r: '5', key: 'ddtuc' }],
|
|
25751
25754
|
['path', { d: 'M16 18h-5', key: 'bq60fd' }],
|
|
25755
|
+
['path', { d: 'M18 5a1 1 0 0 0-1 1v5.573', key: '1kv8ia' }],
|
|
25756
|
+
['path', { d: 'M3 4h9l1 7.246', key: 'd639it' }],
|
|
25757
|
+
['path', { d: 'M4 11V4', key: '9ft8pt' }],
|
|
25758
|
+
['path', { d: 'M7 15h.01', key: 'k5ht0j' }],
|
|
25759
|
+
['path', { d: 'M8 10.1V4', key: '1jgyzo' }],
|
|
25752
25760
|
['circle', { cx: '18', cy: '18', r: '2', key: '1emm8v' }],
|
|
25761
|
+
['circle', { cx: '7', cy: '15', r: '5', key: 'ddtuc' }],
|
|
25753
25762
|
]; //eslint-disable-line no-shadow-restricted-names
|
|
25754
25763
|
|
|
25755
25764
|
/**
|