lucide-angular 0.27.0 → 0.30.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/bundles/lucide-angular-src-icons.umd.js +14 -14
- package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
- package/bundles/lucide-angular.umd.js +14 -14
- package/bundles/lucide-angular.umd.js.map +1 -1
- package/bundles/lucide-angular.umd.min.js +1 -1
- package/bundles/lucide-angular.umd.min.js.map +1 -1
- package/esm2015/icons/paperclip.js +2 -2
- package/esm2015/icons/sliders.js +4 -4
- package/esm2015/icons/trending-down.js +3 -3
- package/esm2015/icons/trending-up.js +3 -3
- package/esm2015/icons/twitter.js +2 -2
- package/esm2015/icons/voicemail.js +4 -4
- package/esm2015/icons/youtube.js +3 -3
- package/esm2015/src/icons/paperclip.js +2 -2
- package/esm2015/src/icons/sliders.js +4 -4
- package/esm2015/src/icons/trending-down.js +3 -3
- package/esm2015/src/icons/trending-up.js +3 -3
- package/esm2015/src/icons/twitter.js +2 -2
- package/esm2015/src/icons/voicemail.js +4 -4
- package/esm2015/src/icons/youtube.js +3 -3
- package/fesm2015/lucide-angular-src-icons.js +14 -14
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +14 -14
- package/fesm2015/lucide-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -4577,7 +4577,7 @@ const Paperclip = [
|
|
|
4577
4577
|
[
|
|
4578
4578
|
'path',
|
|
4579
4579
|
{
|
|
4580
|
-
d: '
|
|
4580
|
+
d: 'M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84L9.41 17.41a2 2 0 0 1-2.83-2.83L15.07 6.1',
|
|
4581
4581
|
},
|
|
4582
4582
|
],
|
|
4583
4583
|
],
|
|
@@ -5720,9 +5720,9 @@ const Sliders = [
|
|
|
5720
5720
|
['line', { x1: '12', y1: '8', x2: '12', y2: '3' }],
|
|
5721
5721
|
['line', { x1: '20', y1: '21', x2: '20', y2: '16' }],
|
|
5722
5722
|
['line', { x1: '20', y1: '12', x2: '20', y2: '3' }],
|
|
5723
|
-
['line', { x1: '
|
|
5724
|
-
['line', { x1: '
|
|
5725
|
-
['line', { x1: '
|
|
5723
|
+
['line', { x1: '2', y1: '14', x2: '6', y2: '14' }],
|
|
5724
|
+
['line', { x1: '10', y1: '8', x2: '14', y2: '8' }],
|
|
5725
|
+
['line', { x1: '18', y1: '16', x2: '22', y2: '16' }],
|
|
5726
5726
|
],
|
|
5727
5727
|
];
|
|
5728
5728
|
|
|
@@ -6274,8 +6274,8 @@ const TrendingDown = [
|
|
|
6274
6274
|
'svg',
|
|
6275
6275
|
defaultAttributes,
|
|
6276
6276
|
[
|
|
6277
|
-
['polyline', { points: '
|
|
6278
|
-
['polyline', { points: '17
|
|
6277
|
+
['polyline', { points: '22 17 13.5 8.5 8.5 13.5 2 7' }],
|
|
6278
|
+
['polyline', { points: '16 17 22 17 22 11' }],
|
|
6279
6279
|
],
|
|
6280
6280
|
];
|
|
6281
6281
|
|
|
@@ -6283,8 +6283,8 @@ const TrendingUp = [
|
|
|
6283
6283
|
'svg',
|
|
6284
6284
|
defaultAttributes,
|
|
6285
6285
|
[
|
|
6286
|
-
['polyline', { points: '
|
|
6287
|
-
['polyline', { points: '
|
|
6286
|
+
['polyline', { points: '22 7 13.5 15.5 8.5 10.5 2 17' }],
|
|
6287
|
+
['polyline', { points: '16 7 22 7 22 13' }],
|
|
6288
6288
|
],
|
|
6289
6289
|
];
|
|
6290
6290
|
|
|
@@ -6345,7 +6345,7 @@ const Twitter = [
|
|
|
6345
6345
|
[
|
|
6346
6346
|
'path',
|
|
6347
6347
|
{
|
|
6348
|
-
d: '
|
|
6348
|
+
d: 'M22 4c0 0-0.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6c2.2 0.1 4.4-0.6 6-2C3 15.5 0.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4 c-0.9-4.2 4-6.6 7-3.8C20.1 5.2 22 4 22 4z',
|
|
6349
6349
|
},
|
|
6350
6350
|
],
|
|
6351
6351
|
],
|
|
@@ -6575,9 +6575,9 @@ const Voicemail = [
|
|
|
6575
6575
|
'svg',
|
|
6576
6576
|
defaultAttributes,
|
|
6577
6577
|
[
|
|
6578
|
-
['circle', { cx: '
|
|
6579
|
-
['circle', { cx: '18
|
|
6580
|
-
['line', { x1: '
|
|
6578
|
+
['circle', { cx: '6', cy: '12', r: '4' }],
|
|
6579
|
+
['circle', { cx: '18', cy: '12', r: '4' }],
|
|
6580
|
+
['line', { x1: '6', y1: '16', x2: '18', y2: '16' }],
|
|
6581
6581
|
],
|
|
6582
6582
|
];
|
|
6583
6583
|
|
|
@@ -6798,10 +6798,10 @@ const Youtube = [
|
|
|
6798
6798
|
[
|
|
6799
6799
|
'path',
|
|
6800
6800
|
{
|
|
6801
|
-
d: '
|
|
6801
|
+
d: 'M12 19c-2.3 0-6.4-0.2-8.1-0.6c-0.7-0.2-1.2-0.7-1.4-1.4C2.2 15.9 2 13.6 2 12c0-1.6 0.2-3.9 0.5-5 c0.2-0.7 0.7-1.2 1.4-1.4C5.6 5.2 9.7 5 12 5c2.3 0 6.4 0.2 8.1 0.6c0.7 0.2 1.2 0.7 1.4 1.4c0.3 1.1 0.5 3.4 0.5 5 c0 1.6-0.2 3.9-0.5 5c-0.2 0.7-0.7 1.2-1.4 1.4C18.4 18.8 14.3 19 12 19C12 19 12 19 12 19z',
|
|
6802
6802
|
},
|
|
6803
6803
|
],
|
|
6804
|
-
['polygon', { points: '
|
|
6804
|
+
['polygon', { points: '10 15 15 12 10 9' }],
|
|
6805
6805
|
],
|
|
6806
6806
|
];
|
|
6807
6807
|
|