lucide-angular 0.16.27 → 0.16.28
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 +22 -26
- 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 +22 -26
- 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/cloud-fog.js +3 -3
- package/esm2015/icons/code-2.js +4 -4
- package/esm2015/icons/forward.js +2 -2
- package/esm2015/icons/function-square.js +3 -7
- package/esm2015/icons/person-standing.js +4 -4
- package/esm2015/icons/reply-all.js +2 -2
- package/esm2015/icons/reply.js +2 -2
- package/esm2015/icons/sidebar-close.js +2 -2
- package/esm2015/icons/sidebar-open.js +2 -2
- package/esm2015/icons/slack.js +5 -5
- package/esm2015/icons/subscript.js +4 -4
- package/esm2015/src/icons/cloud-fog.js +3 -3
- package/esm2015/src/icons/code-2.js +4 -4
- package/esm2015/src/icons/forward.js +2 -2
- package/esm2015/src/icons/function-square.js +3 -7
- package/esm2015/src/icons/person-standing.js +4 -4
- package/esm2015/src/icons/reply-all.js +2 -2
- package/esm2015/src/icons/reply.js +2 -2
- package/esm2015/src/icons/sidebar-close.js +2 -2
- package/esm2015/src/icons/sidebar-open.js +2 -2
- package/esm2015/src/icons/slack.js +5 -5
- package/esm2015/src/icons/subscript.js +4 -4
- package/fesm2015/lucide-angular-src-icons.js +22 -26
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +22 -26
- package/fesm2015/lucide-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -1291,8 +1291,8 @@
|
|
|
1291
1291
|
defaultAttributes,
|
|
1292
1292
|
[
|
|
1293
1293
|
['path', { d: 'M20 16.2A4.5 4.5 0 0017.5 8h-1.8A7 7 0 104 14.9' }],
|
|
1294
|
-
['path', { d: 'M16
|
|
1295
|
-
['path', { d: 'M17
|
|
1294
|
+
['path', { d: 'M16 17H7' }],
|
|
1295
|
+
['path', { d: 'M17 21H9' }],
|
|
1296
1296
|
],
|
|
1297
1297
|
];
|
|
1298
1298
|
|
|
@@ -1458,9 +1458,9 @@
|
|
|
1458
1458
|
'svg',
|
|
1459
1459
|
defaultAttributes,
|
|
1460
1460
|
[
|
|
1461
|
-
['path', { d: 'M18
|
|
1462
|
-
['path', { d: 'M6
|
|
1463
|
-
['path', { d: 'M14.5
|
|
1461
|
+
['path', { d: 'M18 16l4-4-4-4' }],
|
|
1462
|
+
['path', { d: 'M6 8l-4 4 4 4' }],
|
|
1463
|
+
['path', { d: 'M14.5 4l-5 16' }],
|
|
1464
1464
|
],
|
|
1465
1465
|
];
|
|
1466
1466
|
|
|
@@ -2452,7 +2452,7 @@
|
|
|
2452
2452
|
defaultAttributes,
|
|
2453
2453
|
[
|
|
2454
2454
|
['polyline', { points: '15 17 20 12 15 7' }],
|
|
2455
|
-
['path', { d: 'M4 18v-2a4 4 0
|
|
2455
|
+
['path', { d: 'M4 18v-2a4 4 0 014-4h12' }],
|
|
2456
2456
|
],
|
|
2457
2457
|
];
|
|
2458
2458
|
|
|
@@ -2478,12 +2478,8 @@
|
|
|
2478
2478
|
defaultAttributes,
|
|
2479
2479
|
[
|
|
2480
2480
|
['rect', { x: '3', y: '3', width: '18', height: '18', rx: '2', ry: '2' }],
|
|
2481
|
-
[
|
|
2482
|
-
|
|
2483
|
-
{
|
|
2484
|
-
d: 'M9 17c1.93 0 2.85-1 2.85-2.8V9.99c0-1.93 1.03-3.26 3.15-2.93M9 11.24h5.66',
|
|
2485
|
-
},
|
|
2486
|
-
],
|
|
2481
|
+
['path', { d: 'M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3' }],
|
|
2482
|
+
['path', { d: 'M9 11.2h5.7' }],
|
|
2487
2483
|
],
|
|
2488
2484
|
];
|
|
2489
2485
|
|
|
@@ -4054,9 +4050,9 @@
|
|
|
4054
4050
|
defaultAttributes,
|
|
4055
4051
|
[
|
|
4056
4052
|
['circle', { cx: '12', cy: '5', r: '1' }],
|
|
4057
|
-
['path', { d: 'M9
|
|
4058
|
-
['path', { d: 'M6
|
|
4059
|
-
['path', { d: 'M12
|
|
4053
|
+
['path', { d: 'M9 20l3-6 3 6' }],
|
|
4054
|
+
['path', { d: 'M6 8l6 2 6-2' }],
|
|
4055
|
+
['path', { d: 'M12 10v4' }],
|
|
4060
4056
|
],
|
|
4061
4057
|
];
|
|
4062
4058
|
|
|
@@ -4512,7 +4508,7 @@
|
|
|
4512
4508
|
[
|
|
4513
4509
|
['polyline', { points: '7 17 2 12 7 7' }],
|
|
4514
4510
|
['polyline', { points: '12 17 7 12 12 7' }],
|
|
4515
|
-
['path', { d: 'M22 18v-2a4 4 0
|
|
4511
|
+
['path', { d: 'M22 18v-2a4 4 0 00-4-4H7' }],
|
|
4516
4512
|
],
|
|
4517
4513
|
];
|
|
4518
4514
|
|
|
@@ -4521,7 +4517,7 @@
|
|
|
4521
4517
|
defaultAttributes,
|
|
4522
4518
|
[
|
|
4523
4519
|
['polyline', { points: '9 17 4 12 9 7' }],
|
|
4524
|
-
['path', { d: 'M20 18v-2a4 4 0
|
|
4520
|
+
['path', { d: 'M20 18v-2a4 4 0 00-4-4H4' }],
|
|
4525
4521
|
],
|
|
4526
4522
|
];
|
|
4527
4523
|
|
|
@@ -4944,7 +4940,7 @@
|
|
|
4944
4940
|
[
|
|
4945
4941
|
['rect', { x: '3', y: '3', width: '18', height: '18', rx: '2', ry: '2' }],
|
|
4946
4942
|
['line', { x1: '9', y1: '3', x2: '9', y2: '21' }],
|
|
4947
|
-
['path', { d: 'M17
|
|
4943
|
+
['path', { d: 'M17 16l-4-4 4-4' }],
|
|
4948
4944
|
],
|
|
4949
4945
|
];
|
|
4950
4946
|
|
|
@@ -4954,7 +4950,7 @@
|
|
|
4954
4950
|
[
|
|
4955
4951
|
['rect', { x: '3', y: '3', width: '18', height: '18', rx: '2', ry: '2' }],
|
|
4956
4952
|
['line', { x1: '9', y1: '3', x2: '9', y2: '21' }],
|
|
4957
|
-
['path', { d: 'M13
|
|
4953
|
+
['path', { d: 'M13 8l4 4-4 4' }],
|
|
4958
4954
|
],
|
|
4959
4955
|
];
|
|
4960
4956
|
|
|
@@ -5053,13 +5049,13 @@
|
|
|
5053
5049
|
defaultAttributes,
|
|
5054
5050
|
[
|
|
5055
5051
|
['rect', { x: '13', y: '2', width: '3', height: '8', rx: '1.5' }],
|
|
5056
|
-
['path', { d: 'M19 8.
|
|
5052
|
+
['path', { d: 'M19 8.5V10h1.5A1.5 1.5 0 1019 8.5' }],
|
|
5057
5053
|
['rect', { x: '8', y: '14', width: '3', height: '8', rx: '1.5' }],
|
|
5058
|
-
['path', { d: 'M5 15.
|
|
5054
|
+
['path', { d: 'M5 15.5V14H3.5A1.5 1.5 0 105 15.5' }],
|
|
5059
5055
|
['rect', { x: '14', y: '13', width: '8', height: '3', rx: '1.5' }],
|
|
5060
|
-
['path', { d: 'M15.5
|
|
5056
|
+
['path', { d: 'M15.5 19H14v1.5a1.5 1.5 0 101.5-1.5' }],
|
|
5061
5057
|
['rect', { x: '2', y: '8', width: '8', height: '3', rx: '1.5' }],
|
|
5062
|
-
['path', { d: 'M8.5
|
|
5058
|
+
['path', { d: 'M8.5 5H10V3.5A1.5 1.5 0 108.5 5' }],
|
|
5063
5059
|
],
|
|
5064
5060
|
];
|
|
5065
5061
|
|
|
@@ -5233,12 +5229,12 @@
|
|
|
5233
5229
|
'svg',
|
|
5234
5230
|
defaultAttributes,
|
|
5235
5231
|
[
|
|
5236
|
-
['path', { d: '
|
|
5237
|
-
['path', { d: '
|
|
5232
|
+
['path', { d: 'M4 5l8 8' }],
|
|
5233
|
+
['path', { d: 'M12 5l-8 8' }],
|
|
5238
5234
|
[
|
|
5239
5235
|
'path',
|
|
5240
5236
|
{
|
|
5241
|
-
d: 'M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0
|
|
5237
|
+
d: 'M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 00-2.62-.44c-.42.24-.74.62-.9 1.07',
|
|
5242
5238
|
},
|
|
5243
5239
|
],
|
|
5244
5240
|
],
|