lucide-angular 0.43.0 → 0.44.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 +23 -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 +25 -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/redo-2.js +11 -0
- package/esm2015/icons/undo-2.js +14 -0
- package/esm2015/src/icons/index.js +3 -1
- package/esm2015/src/icons/redo-2.js +11 -0
- package/esm2015/src/icons/undo-2.js +14 -0
- package/fesm2015/lucide-angular-src-icons.js +22 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +24 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/index.d.ts +2 -0
- package/icons/redo-2.d.ts +3 -0
- package/icons/undo-2.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/redo-2.d.ts +3 -0
- package/src/icons/undo-2.d.ts +3 -0
|
@@ -5190,6 +5190,15 @@
|
|
|
5190
5190
|
],
|
|
5191
5191
|
];
|
|
5192
5192
|
|
|
5193
|
+
var Redo2 = [
|
|
5194
|
+
'svg',
|
|
5195
|
+
defaultAttributes,
|
|
5196
|
+
[
|
|
5197
|
+
['path', { d: 'm15 14 5-5-5-5' }],
|
|
5198
|
+
['path', { d: 'M20 9H9.5A5.5 5.5 0 0 0 4 14.5v0A5.5 5.5 0 0 0 9.5 20H13' }],
|
|
5199
|
+
],
|
|
5200
|
+
];
|
|
5201
|
+
|
|
5193
5202
|
var Redo = [
|
|
5194
5203
|
'svg',
|
|
5195
5204
|
defaultAttributes,
|
|
@@ -6570,6 +6579,18 @@
|
|
|
6570
6579
|
],
|
|
6571
6580
|
];
|
|
6572
6581
|
|
|
6582
|
+
var Undo2 = [
|
|
6583
|
+
'svg',
|
|
6584
|
+
defaultAttributes,
|
|
6585
|
+
[
|
|
6586
|
+
['path', { d: 'M9 14 4 9l5-5' }],
|
|
6587
|
+
[
|
|
6588
|
+
'path',
|
|
6589
|
+
{ d: 'M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5v0a5.5 5.5 0 0 1-5.5 5.5H11' },
|
|
6590
|
+
],
|
|
6591
|
+
],
|
|
6592
|
+
];
|
|
6593
|
+
|
|
6573
6594
|
var Undo = [
|
|
6574
6595
|
'svg',
|
|
6575
6596
|
defaultAttributes,
|
|
@@ -7490,6 +7511,7 @@
|
|
|
7490
7511
|
Quote: Quote,
|
|
7491
7512
|
RadioReceiver: RadioReceiver,
|
|
7492
7513
|
Radio: Radio,
|
|
7514
|
+
Redo2: Redo2,
|
|
7493
7515
|
Redo: Redo,
|
|
7494
7516
|
RefreshCcw: RefreshCcw,
|
|
7495
7517
|
RefreshCw: RefreshCw,
|
|
@@ -7610,6 +7632,7 @@
|
|
|
7610
7632
|
Type: Type,
|
|
7611
7633
|
Umbrella: Umbrella,
|
|
7612
7634
|
Underline: Underline,
|
|
7635
|
+
Undo2: Undo2,
|
|
7613
7636
|
Undo: Undo,
|
|
7614
7637
|
Unlink2: Unlink2,
|
|
7615
7638
|
Unlink: Unlink,
|
|
@@ -8534,6 +8557,7 @@
|
|
|
8534
8557
|
exports.Radio = Radio;
|
|
8535
8558
|
exports.RadioReceiver = RadioReceiver;
|
|
8536
8559
|
exports.Redo = Redo;
|
|
8560
|
+
exports.Redo2 = Redo2;
|
|
8537
8561
|
exports.RefreshCcw = RefreshCcw;
|
|
8538
8562
|
exports.RefreshCw = RefreshCw;
|
|
8539
8563
|
exports.Regex = Regex;
|
|
@@ -8654,6 +8678,7 @@
|
|
|
8654
8678
|
exports.Umbrella = Umbrella;
|
|
8655
8679
|
exports.Underline = Underline;
|
|
8656
8680
|
exports.Undo = Undo;
|
|
8681
|
+
exports.Undo2 = Undo2;
|
|
8657
8682
|
exports.Unlink = Unlink;
|
|
8658
8683
|
exports.Unlink2 = Unlink2;
|
|
8659
8684
|
exports.Unlock = Unlock;
|