lucide-react 0.89.0 → 0.91.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/README.md +1 -1
- package/dist/cjs/lucide-react.js +46 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/book-open-check.js +12 -0
- package/dist/esm/icons/ear-off.js +21 -0
- package/dist/esm/icons/ear.js +9 -0
- package/dist/esm/icons/index.js +3 -0
- package/dist/lucide-react.d.ts +3 -0
- package/dist/umd/lucide-react.js +46 -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/README.md
CHANGED
package/dist/cjs/lucide-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-react v0.
|
|
2
|
+
* lucide-react v0.91.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -1931,6 +1931,18 @@ var Bone = createReactComponent('Bone', [['path', {
|
|
|
1931
1931
|
}]]);
|
|
1932
1932
|
var Bone$1 = Bone;
|
|
1933
1933
|
|
|
1934
|
+
var BookOpenCheck = createReactComponent('BookOpenCheck', [['path', {
|
|
1935
|
+
d: 'M8 3H2v15h7c1.7 0 3 1.3 3 3V7c0-2.2-1.8-4-4-4Z',
|
|
1936
|
+
key: '1i8u0n'
|
|
1937
|
+
}], ['path', {
|
|
1938
|
+
d: 'm16 12 2 2 4-4',
|
|
1939
|
+
key: 'mdajum'
|
|
1940
|
+
}], ['path', {
|
|
1941
|
+
d: 'M22 6V3h-6c-2.2 0-4 1.8-4 4v14c0-1.7 1.3-3 3-3h7v-2.3',
|
|
1942
|
+
key: 'jb5l51'
|
|
1943
|
+
}]]);
|
|
1944
|
+
var BookOpenCheck$1 = BookOpenCheck;
|
|
1945
|
+
|
|
1934
1946
|
var BookOpen = createReactComponent('BookOpen', [['path', {
|
|
1935
1947
|
d: 'M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z',
|
|
1936
1948
|
key: 'vv98re'
|
|
@@ -4694,6 +4706,36 @@ var Drumstick = createReactComponent('Drumstick', [['path', {
|
|
|
4694
4706
|
}]]);
|
|
4695
4707
|
var Drumstick$1 = Drumstick;
|
|
4696
4708
|
|
|
4709
|
+
var EarOff = createReactComponent('EarOff', [['path', {
|
|
4710
|
+
d: 'M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46',
|
|
4711
|
+
key: '1qngmn'
|
|
4712
|
+
}], ['path', {
|
|
4713
|
+
d: 'M6 8.5c0-.75.13-1.47.36-2.14',
|
|
4714
|
+
key: 'b06bma'
|
|
4715
|
+
}], ['path', {
|
|
4716
|
+
d: 'M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76',
|
|
4717
|
+
key: 'g10hsz'
|
|
4718
|
+
}], ['path', {
|
|
4719
|
+
d: 'M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18',
|
|
4720
|
+
key: 'ygzou7'
|
|
4721
|
+
}], ['line', {
|
|
4722
|
+
x1: '2',
|
|
4723
|
+
y1: '2',
|
|
4724
|
+
x2: '22',
|
|
4725
|
+
y2: '22',
|
|
4726
|
+
key: '1w4vcy'
|
|
4727
|
+
}]]);
|
|
4728
|
+
var EarOff$1 = EarOff;
|
|
4729
|
+
|
|
4730
|
+
var Ear = createReactComponent('Ear', [['path', {
|
|
4731
|
+
d: 'M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0',
|
|
4732
|
+
key: '1dfaln'
|
|
4733
|
+
}], ['path', {
|
|
4734
|
+
d: 'M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4',
|
|
4735
|
+
key: '1qnva7'
|
|
4736
|
+
}]]);
|
|
4737
|
+
var Ear$1 = Ear;
|
|
4738
|
+
|
|
4697
4739
|
var Edit2 = createReactComponent('Edit2', [['path', {
|
|
4698
4740
|
d: 'M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z',
|
|
4699
4741
|
key: '2s2c1q'
|
|
@@ -14382,6 +14424,7 @@ exports.Bomb = Bomb$1;
|
|
|
14382
14424
|
exports.Bone = Bone$1;
|
|
14383
14425
|
exports.Book = Book$1;
|
|
14384
14426
|
exports.BookOpen = BookOpen$1;
|
|
14427
|
+
exports.BookOpenCheck = BookOpenCheck$1;
|
|
14385
14428
|
exports.Bookmark = Bookmark$1;
|
|
14386
14429
|
exports.BookmarkMinus = BookmarkMinus$1;
|
|
14387
14430
|
exports.BookmarkPlus = BookmarkPlus$1;
|
|
@@ -14539,6 +14582,8 @@ exports.Dribbble = Dribbble$1;
|
|
|
14539
14582
|
exports.Droplet = Droplet$1;
|
|
14540
14583
|
exports.Droplets = Droplets$1;
|
|
14541
14584
|
exports.Drumstick = Drumstick$1;
|
|
14585
|
+
exports.Ear = Ear$1;
|
|
14586
|
+
exports.EarOff = EarOff$1;
|
|
14542
14587
|
exports.Edit = Edit$1;
|
|
14543
14588
|
exports.Edit2 = Edit2$1;
|
|
14544
14589
|
exports.Edit3 = Edit3$1;
|