lucide-preact 0.41.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 +39 -3
- package/dist/cjs/lucide-preact.js.map +1 -1
- package/dist/esm/icons/delete.js +2 -2
- package/dist/esm/icons/factory.js +15 -0
- package/dist/esm/icons/index.js +3 -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 +3 -0
- package/dist/umd/lucide-preact.js +39 -3
- 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';
|
|
@@ -3248,8 +3248,8 @@ var Database = createPreactComponent('Database', [['ellipse', {
|
|
|
3248
3248
|
var Database$1 = Database;
|
|
3249
3249
|
|
|
3250
3250
|
var Delete = createPreactComponent('Delete', [['path', {
|
|
3251
|
-
d: '
|
|
3252
|
-
key: '
|
|
3251
|
+
d: 'M20 5H9L2 12l7 7H20a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Z',
|
|
3252
|
+
key: '1bsr2m'
|
|
3253
3253
|
}], ['line', {
|
|
3254
3254
|
x1: '18',
|
|
3255
3255
|
y1: '9',
|
|
@@ -3707,6 +3707,21 @@ var Facebook = createPreactComponent('Facebook', [['path', {
|
|
|
3707
3707
|
}]]);
|
|
3708
3708
|
var Facebook$1 = Facebook;
|
|
3709
3709
|
|
|
3710
|
+
var Factory = createPreactComponent('Factory', [['path', {
|
|
3711
|
+
d: 'M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z',
|
|
3712
|
+
key: '159hny'
|
|
3713
|
+
}], ['path', {
|
|
3714
|
+
d: 'M17 18h1',
|
|
3715
|
+
key: 'uldtlt'
|
|
3716
|
+
}], ['path', {
|
|
3717
|
+
d: 'M12 18h1',
|
|
3718
|
+
key: 's9uhes'
|
|
3719
|
+
}], ['path', {
|
|
3720
|
+
d: 'M7 18h1',
|
|
3721
|
+
key: '1neino'
|
|
3722
|
+
}]]);
|
|
3723
|
+
var Factory$1 = Factory;
|
|
3724
|
+
|
|
3710
3725
|
var FastForward = createPreactComponent('FastForward', [['polygon', {
|
|
3711
3726
|
points: '13 19 22 12 13 5 13 19',
|
|
3712
3727
|
key: '587y9g'
|
|
@@ -7364,6 +7379,15 @@ var Radio = createPreactComponent('Radio', [['circle', {
|
|
|
7364
7379
|
}]]);
|
|
7365
7380
|
var Radio$1 = Radio;
|
|
7366
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
|
+
|
|
7367
7391
|
var Redo = createPreactComponent('Redo', [['path', {
|
|
7368
7392
|
d: 'M21 7v6h-6',
|
|
7369
7393
|
key: '3ptur4'
|
|
@@ -9353,6 +9377,15 @@ var Underline = createPreactComponent('Underline', [['path', {
|
|
|
9353
9377
|
}]]);
|
|
9354
9378
|
var Underline$1 = Underline;
|
|
9355
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
|
+
|
|
9356
9389
|
var Undo = createPreactComponent('Undo', [['path', {
|
|
9357
9390
|
d: 'M3 7v6h6',
|
|
9358
9391
|
key: '1v2h90'
|
|
@@ -10260,6 +10293,7 @@ exports.ExternalLink = ExternalLink$1;
|
|
|
10260
10293
|
exports.Eye = Eye$1;
|
|
10261
10294
|
exports.EyeOff = EyeOff$1;
|
|
10262
10295
|
exports.Facebook = Facebook$1;
|
|
10296
|
+
exports.Factory = Factory$1;
|
|
10263
10297
|
exports.FastForward = FastForward$1;
|
|
10264
10298
|
exports.Feather = Feather$1;
|
|
10265
10299
|
exports.Figma = Figma$1;
|
|
@@ -10479,6 +10513,7 @@ exports.Quote = Quote$1;
|
|
|
10479
10513
|
exports.Radio = Radio$1;
|
|
10480
10514
|
exports.RadioReceiver = RadioReceiver$1;
|
|
10481
10515
|
exports.Redo = Redo$1;
|
|
10516
|
+
exports.Redo2 = Redo2$1;
|
|
10482
10517
|
exports.RefreshCcw = RefreshCcw$1;
|
|
10483
10518
|
exports.RefreshCw = RefreshCw$1;
|
|
10484
10519
|
exports.Regex = Regex$1;
|
|
@@ -10599,6 +10634,7 @@ exports.Type = Type$1;
|
|
|
10599
10634
|
exports.Umbrella = Umbrella$1;
|
|
10600
10635
|
exports.Underline = Underline$1;
|
|
10601
10636
|
exports.Undo = Undo$1;
|
|
10637
|
+
exports.Undo2 = Undo2$1;
|
|
10602
10638
|
exports.Unlink = Unlink$1;
|
|
10603
10639
|
exports.Unlink2 = Unlink2$1;
|
|
10604
10640
|
exports.Unlock = Unlock$1;
|