lucide-angular 0.16.28 → 0.16.29
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 +33 -0
- 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 +35 -0
- 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/index.js +3 -1
- package/esm2015/icons/text-cursor-input.js +23 -0
- package/esm2015/icons/text-cursor.js +12 -0
- package/esm2015/src/icons/index.js +3 -1
- package/esm2015/src/icons/text-cursor-input.js +23 -0
- package/esm2015/src/icons/text-cursor.js +12 -0
- package/fesm2015/lucide-angular-src-icons.js +32 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +34 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/index.d.ts +2 -0
- package/icons/text-cursor-input.d.ts +3 -0
- package/icons/text-cursor.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/index.d.ts +2 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/text-cursor-input.d.ts +3 -0
- package/src/icons/text-cursor.d.ts +3 -0
|
@@ -5398,6 +5398,37 @@
|
|
|
5398
5398
|
],
|
|
5399
5399
|
];
|
|
5400
5400
|
|
|
5401
|
+
var TextCursorInput = [
|
|
5402
|
+
'svg',
|
|
5403
|
+
defaultAttributes,
|
|
5404
|
+
[
|
|
5405
|
+
[
|
|
5406
|
+
'path',
|
|
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 0 0 2.7 2.7h1M9 6.7C9 5.2 10.2 4 11.8 4h.9',
|
|
5409
|
+
},
|
|
5410
|
+
],
|
|
5411
|
+
[
|
|
5412
|
+
'path',
|
|
5413
|
+
{ d: 'M13.1 7.9h6.8c1.1 0 2.1 1 2.1 2.1v4c0 1.1-.9 2.1-2.1 2.1h-6.8' },
|
|
5414
|
+
],
|
|
5415
|
+
[
|
|
5416
|
+
'path',
|
|
5417
|
+
{ d: 'M4.8 16.1h-.7C3 16.1 2 15.1 2 14v-4c0-1.1 1-2.1 2.1-2.1h.7' },
|
|
5418
|
+
],
|
|
5419
|
+
],
|
|
5420
|
+
];
|
|
5421
|
+
|
|
5422
|
+
var TextCursor = [
|
|
5423
|
+
'svg',
|
|
5424
|
+
defaultAttributes,
|
|
5425
|
+
[
|
|
5426
|
+
['path', { d: 'M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1' }],
|
|
5427
|
+
['path', { d: 'M7 22h1a4 4 0 0 0 4-4v-1' }],
|
|
5428
|
+
['path', { d: 'M7 2h1a4 4 0 0 1 4 4v1' }],
|
|
5429
|
+
],
|
|
5430
|
+
];
|
|
5431
|
+
|
|
5401
5432
|
var ThermometerSnowflake = [
|
|
5402
5433
|
'svg',
|
|
5403
5434
|
defaultAttributes,
|
|
@@ -6607,6 +6638,8 @@
|
|
|
6607
6638
|
exports.Tent = Tent;
|
|
6608
6639
|
exports.Terminal = Terminal;
|
|
6609
6640
|
exports.TerminalSquare = TerminalSquare;
|
|
6641
|
+
exports.TextCursor = TextCursor;
|
|
6642
|
+
exports.TextCursorInput = TextCursorInput;
|
|
6610
6643
|
exports.Thermometer = Thermometer;
|
|
6611
6644
|
exports.ThermometerSnowflake = ThermometerSnowflake;
|
|
6612
6645
|
exports.ThermometerSun = ThermometerSun;
|