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,
|
|
@@ -7493,6 +7514,7 @@
|
|
|
7493
7514
|
exports.Radio = Radio;
|
|
7494
7515
|
exports.RadioReceiver = RadioReceiver;
|
|
7495
7516
|
exports.Redo = Redo;
|
|
7517
|
+
exports.Redo2 = Redo2;
|
|
7496
7518
|
exports.RefreshCcw = RefreshCcw;
|
|
7497
7519
|
exports.RefreshCw = RefreshCw;
|
|
7498
7520
|
exports.Regex = Regex;
|
|
@@ -7613,6 +7635,7 @@
|
|
|
7613
7635
|
exports.Umbrella = Umbrella;
|
|
7614
7636
|
exports.Underline = Underline;
|
|
7615
7637
|
exports.Undo = Undo;
|
|
7638
|
+
exports.Undo2 = Undo2;
|
|
7616
7639
|
exports.Unlink = Unlink;
|
|
7617
7640
|
exports.Unlink2 = Unlink2;
|
|
7618
7641
|
exports.Unlock = Unlock;
|