lucide-react 0.66.0 → 0.67.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-react.js +149 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/angry.js +23 -0
- package/dist/esm/icons/annoyed.js +17 -0
- package/dist/esm/icons/axis-3d.js +9 -0
- package/dist/esm/icons/bomb.js +14 -0
- package/dist/esm/icons/index.js +8 -0
- package/dist/esm/icons/laugh.js +23 -0
- package/dist/esm/icons/smile-plus.js +27 -0
- package/dist/esm/icons/sticker.js +18 -0
- package/dist/esm/icons/sticky-note.js +9 -0
- package/dist/lucide-react.d.ts +8 -0
- package/dist/umd/lucide-react.js +149 -1
- package/dist/umd/lucide-react.js.map +1 -1
- package/dist/umd/lucide-react.min.js +2 -2
- package/dist/umd/lucide-react.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/lucide-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-react v0.
|
|
2
|
+
* lucide-react v0.67.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -1018,6 +1018,46 @@ var Anchor = createReactComponent('Anchor', [['circle', {
|
|
|
1018
1018
|
}]]);
|
|
1019
1019
|
var Anchor$1 = Anchor;
|
|
1020
1020
|
|
|
1021
|
+
var Angry = createReactComponent('Angry', [['circle', {
|
|
1022
|
+
cx: '12',
|
|
1023
|
+
cy: '12',
|
|
1024
|
+
r: '10',
|
|
1025
|
+
key: '1mglay'
|
|
1026
|
+
}], ['path', {
|
|
1027
|
+
d: 'M16 16s-1.5-2-4-2-4 2-4 2',
|
|
1028
|
+
key: 'epbg0q'
|
|
1029
|
+
}], ['path', {
|
|
1030
|
+
d: 'M7.5 8 10 9',
|
|
1031
|
+
key: 'olxxln'
|
|
1032
|
+
}], ['path', {
|
|
1033
|
+
d: 'm14 9 2.5-1',
|
|
1034
|
+
key: '1j6cij'
|
|
1035
|
+
}], ['path', {
|
|
1036
|
+
d: 'M9 10h0',
|
|
1037
|
+
key: '1vxvly'
|
|
1038
|
+
}], ['path', {
|
|
1039
|
+
d: 'M15 10h0',
|
|
1040
|
+
key: '1j6oav'
|
|
1041
|
+
}]]);
|
|
1042
|
+
var Angry$1 = Angry;
|
|
1043
|
+
|
|
1044
|
+
var Annoyed = createReactComponent('Annoyed', [['circle', {
|
|
1045
|
+
cx: '12',
|
|
1046
|
+
cy: '12',
|
|
1047
|
+
r: '10',
|
|
1048
|
+
key: '1mglay'
|
|
1049
|
+
}], ['path', {
|
|
1050
|
+
d: 'M8 15h8',
|
|
1051
|
+
key: '45n4r'
|
|
1052
|
+
}], ['path', {
|
|
1053
|
+
d: 'M8 9h2',
|
|
1054
|
+
key: '1g203m'
|
|
1055
|
+
}], ['path', {
|
|
1056
|
+
d: 'M14 9h2',
|
|
1057
|
+
key: '116p9w'
|
|
1058
|
+
}]]);
|
|
1059
|
+
var Annoyed$1 = Annoyed;
|
|
1060
|
+
|
|
1021
1061
|
var Aperture = createReactComponent('Aperture', [['circle', {
|
|
1022
1062
|
cx: '12',
|
|
1023
1063
|
cy: '12',
|
|
@@ -1367,6 +1407,15 @@ var Axe = createReactComponent('Axe', [['path', {
|
|
|
1367
1407
|
}]]);
|
|
1368
1408
|
var Axe$1 = Axe;
|
|
1369
1409
|
|
|
1410
|
+
var Axis3d = createReactComponent('Axis3d', [['path', {
|
|
1411
|
+
d: 'M4 4v16h16',
|
|
1412
|
+
key: '1s015l'
|
|
1413
|
+
}], ['path', {
|
|
1414
|
+
d: 'm4 20 7-7',
|
|
1415
|
+
key: '17qe9y'
|
|
1416
|
+
}]]);
|
|
1417
|
+
var Axis3d$1 = Axis3d;
|
|
1418
|
+
|
|
1370
1419
|
var Baby = createReactComponent('Baby', [['path', {
|
|
1371
1420
|
d: 'M9 12h0',
|
|
1372
1421
|
key: 't9r911'
|
|
@@ -1942,6 +1991,20 @@ var Bold = createReactComponent('Bold', [['path', {
|
|
|
1942
1991
|
}]]);
|
|
1943
1992
|
var Bold$1 = Bold;
|
|
1944
1993
|
|
|
1994
|
+
var Bomb = createReactComponent('Bomb', [['circle', {
|
|
1995
|
+
cx: '11',
|
|
1996
|
+
cy: '13',
|
|
1997
|
+
r: '9',
|
|
1998
|
+
key: 'hd149'
|
|
1999
|
+
}], ['path', {
|
|
2000
|
+
d: 'm19.5 9.5 1.8-1.8a2.4 2.4 0 0 0 0-3.4l-1.6-1.6a2.41 2.41 0 0 0-3.4 0l-1.8 1.8',
|
|
2001
|
+
key: '9owvxi'
|
|
2002
|
+
}], ['path', {
|
|
2003
|
+
d: 'm22 2-1.5 1.5',
|
|
2004
|
+
key: 'ay92ug'
|
|
2005
|
+
}]]);
|
|
2006
|
+
var Bomb$1 = Bomb;
|
|
2007
|
+
|
|
1945
2008
|
var BookOpen = createReactComponent('BookOpen', [['path', {
|
|
1946
2009
|
d: 'M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z',
|
|
1947
2010
|
key: 'vv98re'
|
|
@@ -6498,6 +6561,29 @@ var Lasso = createReactComponent('Lasso', [['path', {
|
|
|
6498
6561
|
}]]);
|
|
6499
6562
|
var Lasso$1 = Lasso;
|
|
6500
6563
|
|
|
6564
|
+
var Laugh = createReactComponent('Laugh', [['circle', {
|
|
6565
|
+
cx: '12',
|
|
6566
|
+
cy: '12',
|
|
6567
|
+
r: '10',
|
|
6568
|
+
key: '1mglay'
|
|
6569
|
+
}], ['path', {
|
|
6570
|
+
d: 'M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z',
|
|
6571
|
+
key: 'b2q4dd'
|
|
6572
|
+
}], ['line', {
|
|
6573
|
+
x1: '9',
|
|
6574
|
+
y1: '9',
|
|
6575
|
+
x2: '9.01',
|
|
6576
|
+
y2: '9',
|
|
6577
|
+
key: '141aaf'
|
|
6578
|
+
}], ['line', {
|
|
6579
|
+
x1: '15',
|
|
6580
|
+
y1: '9',
|
|
6581
|
+
x2: '15.01',
|
|
6582
|
+
y2: '9',
|
|
6583
|
+
key: '1cyg3o'
|
|
6584
|
+
}]]);
|
|
6585
|
+
var Laugh$1 = Laugh;
|
|
6586
|
+
|
|
6501
6587
|
var Layers = createReactComponent('Layers', [['polygon', {
|
|
6502
6588
|
points: '12 2 2 7 12 12 22 7 12 2',
|
|
6503
6589
|
key: '1b0ttc'
|
|
@@ -10051,6 +10137,33 @@ var Smartphone = createReactComponent('Smartphone', [['rect', {
|
|
|
10051
10137
|
}]]);
|
|
10052
10138
|
var Smartphone$1 = Smartphone;
|
|
10053
10139
|
|
|
10140
|
+
var SmilePlus = createReactComponent('SmilePlus', [['path', {
|
|
10141
|
+
d: 'M22 11v1a10 10 0 1 1-9-10',
|
|
10142
|
+
key: 'ew0xw9'
|
|
10143
|
+
}], ['path', {
|
|
10144
|
+
d: 'M8 14s1.5 2 4 2 4-2 4-2',
|
|
10145
|
+
key: '1y1vjs'
|
|
10146
|
+
}], ['line', {
|
|
10147
|
+
x1: '9',
|
|
10148
|
+
y1: '9',
|
|
10149
|
+
x2: '9.01',
|
|
10150
|
+
y2: '9',
|
|
10151
|
+
key: '141aaf'
|
|
10152
|
+
}], ['line', {
|
|
10153
|
+
x1: '15',
|
|
10154
|
+
y1: '9',
|
|
10155
|
+
x2: '15.01',
|
|
10156
|
+
y2: '9',
|
|
10157
|
+
key: '1cyg3o'
|
|
10158
|
+
}], ['path', {
|
|
10159
|
+
d: 'M16 5h6',
|
|
10160
|
+
key: '1vod17'
|
|
10161
|
+
}], ['path', {
|
|
10162
|
+
d: 'M19 2v6',
|
|
10163
|
+
key: '4bpg5p'
|
|
10164
|
+
}]]);
|
|
10165
|
+
var SmilePlus$1 = SmilePlus;
|
|
10166
|
+
|
|
10054
10167
|
var Smile = createReactComponent('Smile', [['circle', {
|
|
10055
10168
|
cx: '12',
|
|
10056
10169
|
cy: '12',
|
|
@@ -10244,6 +10357,33 @@ var Stethoscope = createReactComponent('Stethoscope', [['path', {
|
|
|
10244
10357
|
}]]);
|
|
10245
10358
|
var Stethoscope$1 = Stethoscope;
|
|
10246
10359
|
|
|
10360
|
+
var Sticker = createReactComponent('Sticker', [['path', {
|
|
10361
|
+
d: 'M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z',
|
|
10362
|
+
key: '1wis1t'
|
|
10363
|
+
}], ['path', {
|
|
10364
|
+
d: 'M15 3v6h6',
|
|
10365
|
+
key: 'edgan2'
|
|
10366
|
+
}], ['path', {
|
|
10367
|
+
d: 'M10 16s.8 1 2 1c1.3 0 2-1 2-1',
|
|
10368
|
+
key: '1vvgv3'
|
|
10369
|
+
}], ['path', {
|
|
10370
|
+
d: 'M8 13h0',
|
|
10371
|
+
key: 'jdup5h'
|
|
10372
|
+
}], ['path', {
|
|
10373
|
+
d: 'M16 13h0',
|
|
10374
|
+
key: 'l4i2ga'
|
|
10375
|
+
}]]);
|
|
10376
|
+
var Sticker$1 = Sticker;
|
|
10377
|
+
|
|
10378
|
+
var StickyNote = createReactComponent('StickyNote', [['path', {
|
|
10379
|
+
d: 'M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z',
|
|
10380
|
+
key: '1wis1t'
|
|
10381
|
+
}], ['path', {
|
|
10382
|
+
d: 'M15 3v6h6',
|
|
10383
|
+
key: 'edgan2'
|
|
10384
|
+
}]]);
|
|
10385
|
+
var StickyNote$1 = StickyNote;
|
|
10386
|
+
|
|
10247
10387
|
var StopCircle = createReactComponent('StopCircle', [['circle', {
|
|
10248
10388
|
cx: '12',
|
|
10249
10389
|
cy: '12',
|
|
@@ -12001,6 +12141,8 @@ exports.AlignVerticalJustifyStart = AlignVerticalJustifyStart$1;
|
|
|
12001
12141
|
exports.AlignVerticalSpaceAround = AlignVerticalSpaceAround$1;
|
|
12002
12142
|
exports.AlignVerticalSpaceBetween = AlignVerticalSpaceBetween$1;
|
|
12003
12143
|
exports.Anchor = Anchor$1;
|
|
12144
|
+
exports.Angry = Angry$1;
|
|
12145
|
+
exports.Annoyed = Annoyed$1;
|
|
12004
12146
|
exports.Aperture = Aperture$1;
|
|
12005
12147
|
exports.Archive = Archive$1;
|
|
12006
12148
|
exports.ArchiveRestore = ArchiveRestore$1;
|
|
@@ -12026,6 +12168,7 @@ exports.Asterisk = Asterisk$1;
|
|
|
12026
12168
|
exports.AtSign = AtSign$1;
|
|
12027
12169
|
exports.Award = Award$1;
|
|
12028
12170
|
exports.Axe = Axe$1;
|
|
12171
|
+
exports.Axis3d = Axis3d$1;
|
|
12029
12172
|
exports.Baby = Baby$1;
|
|
12030
12173
|
exports.Backpack = Backpack$1;
|
|
12031
12174
|
exports.BaggageClaim = BaggageClaim$1;
|
|
@@ -12060,6 +12203,7 @@ exports.BluetoothConnected = BluetoothConnected$1;
|
|
|
12060
12203
|
exports.BluetoothOff = BluetoothOff$1;
|
|
12061
12204
|
exports.BluetoothSearching = BluetoothSearching$1;
|
|
12062
12205
|
exports.Bold = Bold$1;
|
|
12206
|
+
exports.Bomb = Bomb$1;
|
|
12063
12207
|
exports.Book = Book$1;
|
|
12064
12208
|
exports.BookOpen = BookOpen$1;
|
|
12065
12209
|
exports.Bookmark = Bookmark$1;
|
|
@@ -12332,6 +12476,7 @@ exports.Laptop = Laptop$1;
|
|
|
12332
12476
|
exports.Laptop2 = Laptop2$1;
|
|
12333
12477
|
exports.Lasso = Lasso$1;
|
|
12334
12478
|
exports.LassoSelect = LassoSelect$1;
|
|
12479
|
+
exports.Laugh = Laugh$1;
|
|
12335
12480
|
exports.Layers = Layers$1;
|
|
12336
12481
|
exports.Layout = Layout$1;
|
|
12337
12482
|
exports.LayoutDashboard = LayoutDashboard$1;
|
|
@@ -12541,6 +12686,7 @@ exports.SlidersHorizontal = SlidersHorizontal$1;
|
|
|
12541
12686
|
exports.Smartphone = Smartphone$1;
|
|
12542
12687
|
exports.SmartphoneCharging = SmartphoneCharging$1;
|
|
12543
12688
|
exports.Smile = Smile$1;
|
|
12689
|
+
exports.SmilePlus = SmilePlus$1;
|
|
12544
12690
|
exports.Snowflake = Snowflake$1;
|
|
12545
12691
|
exports.Sofa = Sofa$1;
|
|
12546
12692
|
exports.SortAsc = SortAsc$1;
|
|
@@ -12552,6 +12698,8 @@ exports.Star = Star$1;
|
|
|
12552
12698
|
exports.StarHalf = StarHalf$1;
|
|
12553
12699
|
exports.StarOff = StarOff$1;
|
|
12554
12700
|
exports.Stethoscope = Stethoscope$1;
|
|
12701
|
+
exports.Sticker = Sticker$1;
|
|
12702
|
+
exports.StickyNote = StickyNote$1;
|
|
12555
12703
|
exports.StopCircle = StopCircle$1;
|
|
12556
12704
|
exports.StretchHorizontal = StretchHorizontal$1;
|
|
12557
12705
|
exports.StretchVertical = StretchVertical$1;
|