lucide 0.68.0 → 0.69.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.js +25 -2
- package/dist/cjs/lucide.js.map +1 -1
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/party-popper.js +21 -0
- package/dist/esm/icons/puzzle.js +1 -1
- package/dist/lucide.d.ts +1 -0
- package/dist/umd/lucide.js +25 -2
- package/dist/umd/lucide.js.map +1 -1
- package/dist/umd/lucide.min.js +2 -2
- package/dist/umd/lucide.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/lucide.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide v0.
|
|
2
|
+
* lucide v0.69.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -7458,6 +7458,27 @@ var Paperclip = ['svg', defaultAttributes, [['path', {
|
|
|
7458
7458
|
}]]];
|
|
7459
7459
|
var Paperclip$1 = Paperclip;
|
|
7460
7460
|
|
|
7461
|
+
var PartyPopper = ['svg', defaultAttributes, [['path', {
|
|
7462
|
+
d: 'M5.8 11.3 2 22l10.7-3.79'
|
|
7463
|
+
}], ['path', {
|
|
7464
|
+
d: 'M4 3h.01'
|
|
7465
|
+
}], ['path', {
|
|
7466
|
+
d: 'M22 8h.01'
|
|
7467
|
+
}], ['path', {
|
|
7468
|
+
d: 'M15 2h.01'
|
|
7469
|
+
}], ['path', {
|
|
7470
|
+
d: 'M22 20h.01'
|
|
7471
|
+
}], ['path', {
|
|
7472
|
+
d: 'm22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12v0c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10'
|
|
7473
|
+
}], ['path', {
|
|
7474
|
+
d: 'm22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11v0c-.11.7-.72 1.22-1.43 1.22H17'
|
|
7475
|
+
}], ['path', {
|
|
7476
|
+
d: 'm11 2 .33.82c.34.86-.2 1.82-1.11 1.98v0C9.52 4.9 9 5.52 9 6.23V7'
|
|
7477
|
+
}], ['path', {
|
|
7478
|
+
d: 'M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z'
|
|
7479
|
+
}]]];
|
|
7480
|
+
var PartyPopper$1 = PartyPopper;
|
|
7481
|
+
|
|
7461
7482
|
var PauseCircle = ['svg', defaultAttributes, [['circle', {
|
|
7462
7483
|
cx: '12',
|
|
7463
7484
|
cy: '12',
|
|
@@ -7838,7 +7859,7 @@ var Printer = ['svg', defaultAttributes, [['polyline', {
|
|
|
7838
7859
|
var Printer$1 = Printer;
|
|
7839
7860
|
|
|
7840
7861
|
var Puzzle = ['svg', defaultAttributes, [['path', {
|
|
7841
|
-
d: '
|
|
7862
|
+
d: 'M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z'
|
|
7842
7863
|
}]]];
|
|
7843
7864
|
var Puzzle$1 = Puzzle;
|
|
7844
7865
|
|
|
@@ -11040,6 +11061,7 @@ var allIcons = /*#__PURE__*/Object.freeze({
|
|
|
11040
11061
|
Palette: Palette$1,
|
|
11041
11062
|
Palmtree: Palmtree$1,
|
|
11042
11063
|
Paperclip: Paperclip$1,
|
|
11064
|
+
PartyPopper: PartyPopper$1,
|
|
11043
11065
|
PauseCircle: PauseCircle$1,
|
|
11044
11066
|
PauseOctagon: PauseOctagon$1,
|
|
11045
11067
|
Pause: Pause$1,
|
|
@@ -11845,6 +11867,7 @@ exports.Paintbrush2 = Paintbrush2$1;
|
|
|
11845
11867
|
exports.Palette = Palette$1;
|
|
11846
11868
|
exports.Palmtree = Palmtree$1;
|
|
11847
11869
|
exports.Paperclip = Paperclip$1;
|
|
11870
|
+
exports.PartyPopper = PartyPopper$1;
|
|
11848
11871
|
exports.Pause = Pause$1;
|
|
11849
11872
|
exports.PauseCircle = PauseCircle$1;
|
|
11850
11873
|
exports.PauseOctagon = PauseOctagon$1;
|