lucide-angular 0.16.29 → 0.17.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 +7 -7
- 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 +7 -7
- 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/superscript.js +4 -4
- package/esm2015/icons/text-cursor-input.js +2 -2
- package/esm2015/icons/text-cursor.js +4 -4
- package/esm2015/src/icons/superscript.js +4 -4
- package/esm2015/src/icons/text-cursor-input.js +2 -2
- package/esm2015/src/icons/text-cursor.js +4 -4
- package/fesm2015/lucide-angular-src-icons.js +7 -7
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +7 -7
- package/fesm2015/lucide-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -5290,12 +5290,12 @@
|
|
|
5290
5290
|
'svg',
|
|
5291
5291
|
defaultAttributes,
|
|
5292
5292
|
[
|
|
5293
|
-
['path', { d: '
|
|
5294
|
-
['path', { d: '
|
|
5293
|
+
['path', { d: 'M4 19l8-8' }],
|
|
5294
|
+
['path', { d: 'M12 19l-8-8' }],
|
|
5295
5295
|
[
|
|
5296
5296
|
'path',
|
|
5297
5297
|
{
|
|
5298
|
-
d: '
|
|
5298
|
+
d: 'M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 00-2.617-.436c-.42.239-.738.614-.899 1.06',
|
|
5299
5299
|
},
|
|
5300
5300
|
],
|
|
5301
5301
|
],
|
|
@@ -5405,7 +5405,7 @@
|
|
|
5405
5405
|
[
|
|
5406
5406
|
'path',
|
|
5407
5407
|
{
|
|
5408
|
-
d: 'M5.3 4h.9C7.7 4 9 5.3 9 6.7m0 0v10.5c0 1.6-1.1 2.7-2.7 2.7h-1M9 6.7v10.6a2.6 2.6 0
|
|
5408
|
+
d: 'M5.3 4h.9C7.7 4 9 5.3 9 6.7m0 0v10.5c0 1.6-1.1 2.7-2.7 2.7h-1M9 6.7v10.6a2.6 2.6 0 002.7 2.7h1M9 6.7C9 5.2 10.2 4 11.8 4h.9',
|
|
5409
5409
|
},
|
|
5410
5410
|
],
|
|
5411
5411
|
[
|
|
@@ -5423,9 +5423,9 @@
|
|
|
5423
5423
|
'svg',
|
|
5424
5424
|
defaultAttributes,
|
|
5425
5425
|
[
|
|
5426
|
-
['path', { d: 'M17 22h-1a4 4 0
|
|
5427
|
-
['path', { d: 'M7 22h1a4 4 0
|
|
5428
|
-
['path', { d: 'M7 2h1a4 4 0
|
|
5426
|
+
['path', { d: 'M17 22h-1a4 4 0 01-4-4V6a4 4 0 014-4h1' }],
|
|
5427
|
+
['path', { d: 'M7 22h1a4 4 0 004-4v-1' }],
|
|
5428
|
+
['path', { d: 'M7 2h1a4 4 0 014 4v1' }],
|
|
5429
5429
|
],
|
|
5430
5430
|
];
|
|
5431
5431
|
|