lucide-preact 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/dist/cjs/lucide-preact.js +21 -1
- package/dist/cjs/lucide-preact.js.map +1 -1
- package/dist/esm/icons/index.js +2 -0
- package/dist/esm/icons/redo-2.js +9 -0
- package/dist/esm/icons/undo-2.js +9 -0
- package/dist/lucide-preact.d.ts +2 -0
- package/dist/umd/lucide-preact.js +21 -1
- package/dist/umd/lucide-preact.js.map +1 -1
- package/dist/umd/lucide-preact.min.js +2 -2
- package/dist/umd/lucide-preact.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-preact v0.
|
|
2
|
+
* lucide-preact v0.44.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -7379,6 +7379,15 @@ var Radio = createPreactComponent('Radio', [['circle', {
|
|
|
7379
7379
|
}]]);
|
|
7380
7380
|
var Radio$1 = Radio;
|
|
7381
7381
|
|
|
7382
|
+
var Redo2 = createPreactComponent('Redo2', [['path', {
|
|
7383
|
+
d: 'm15 14 5-5-5-5',
|
|
7384
|
+
key: '12vg1m'
|
|
7385
|
+
}], ['path', {
|
|
7386
|
+
d: 'M20 9H9.5A5.5 5.5 0 0 0 4 14.5v0A5.5 5.5 0 0 0 9.5 20H13',
|
|
7387
|
+
key: '19mnr4'
|
|
7388
|
+
}]]);
|
|
7389
|
+
var Redo2$1 = Redo2;
|
|
7390
|
+
|
|
7382
7391
|
var Redo = createPreactComponent('Redo', [['path', {
|
|
7383
7392
|
d: 'M21 7v6h-6',
|
|
7384
7393
|
key: '3ptur4'
|
|
@@ -9368,6 +9377,15 @@ var Underline = createPreactComponent('Underline', [['path', {
|
|
|
9368
9377
|
}]]);
|
|
9369
9378
|
var Underline$1 = Underline;
|
|
9370
9379
|
|
|
9380
|
+
var Undo2 = createPreactComponent('Undo2', [['path', {
|
|
9381
|
+
d: 'M9 14 4 9l5-5',
|
|
9382
|
+
key: '102s5s'
|
|
9383
|
+
}], ['path', {
|
|
9384
|
+
d: 'M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5v0a5.5 5.5 0 0 1-5.5 5.5H11',
|
|
9385
|
+
key: 'llx8ln'
|
|
9386
|
+
}]]);
|
|
9387
|
+
var Undo2$1 = Undo2;
|
|
9388
|
+
|
|
9371
9389
|
var Undo = createPreactComponent('Undo', [['path', {
|
|
9372
9390
|
d: 'M3 7v6h6',
|
|
9373
9391
|
key: '1v2h90'
|
|
@@ -10495,6 +10513,7 @@ exports.Quote = Quote$1;
|
|
|
10495
10513
|
exports.Radio = Radio$1;
|
|
10496
10514
|
exports.RadioReceiver = RadioReceiver$1;
|
|
10497
10515
|
exports.Redo = Redo$1;
|
|
10516
|
+
exports.Redo2 = Redo2$1;
|
|
10498
10517
|
exports.RefreshCcw = RefreshCcw$1;
|
|
10499
10518
|
exports.RefreshCw = RefreshCw$1;
|
|
10500
10519
|
exports.Regex = Regex$1;
|
|
@@ -10615,6 +10634,7 @@ exports.Type = Type$1;
|
|
|
10615
10634
|
exports.Umbrella = Umbrella$1;
|
|
10616
10635
|
exports.Underline = Underline$1;
|
|
10617
10636
|
exports.Undo = Undo$1;
|
|
10637
|
+
exports.Undo2 = Undo2$1;
|
|
10618
10638
|
exports.Unlink = Unlink$1;
|
|
10619
10639
|
exports.Unlink2 = Unlink2$1;
|
|
10620
10640
|
exports.Unlock = Unlock$1;
|