lucide-preact 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-preact.js +46 -1
- package/dist/cjs/lucide-preact.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-preact.d.ts +4 -0
- package/dist/umd/lucide-preact.js +46 -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 +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-preact v0.
|
|
2
|
+
* lucide-preact v0.91.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -1877,6 +1877,18 @@ const Bone = createPreactComponent('Bone', [['path', {
|
|
|
1877
1877
|
}]]);
|
|
1878
1878
|
var Bone$1 = Bone;
|
|
1879
1879
|
|
|
1880
|
+
const BookOpenCheck = createPreactComponent('BookOpenCheck', [['path', {
|
|
1881
|
+
d: 'M8 3H2v15h7c1.7 0 3 1.3 3 3V7c0-2.2-1.8-4-4-4Z',
|
|
1882
|
+
key: '1i8u0n'
|
|
1883
|
+
}], ['path', {
|
|
1884
|
+
d: 'm16 12 2 2 4-4',
|
|
1885
|
+
key: 'mdajum'
|
|
1886
|
+
}], ['path', {
|
|
1887
|
+
d: 'M22 6V3h-6c-2.2 0-4 1.8-4 4v14c0-1.7 1.3-3 3-3h7v-2.3',
|
|
1888
|
+
key: 'jb5l51'
|
|
1889
|
+
}]]);
|
|
1890
|
+
var BookOpenCheck$1 = BookOpenCheck;
|
|
1891
|
+
|
|
1880
1892
|
const BookOpen = createPreactComponent('BookOpen', [['path', {
|
|
1881
1893
|
d: 'M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z',
|
|
1882
1894
|
key: 'vv98re'
|
|
@@ -4640,6 +4652,36 @@ const Drumstick = createPreactComponent('Drumstick', [['path', {
|
|
|
4640
4652
|
}]]);
|
|
4641
4653
|
var Drumstick$1 = Drumstick;
|
|
4642
4654
|
|
|
4655
|
+
const EarOff = createPreactComponent('EarOff', [['path', {
|
|
4656
|
+
d: 'M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46',
|
|
4657
|
+
key: '1qngmn'
|
|
4658
|
+
}], ['path', {
|
|
4659
|
+
d: 'M6 8.5c0-.75.13-1.47.36-2.14',
|
|
4660
|
+
key: 'b06bma'
|
|
4661
|
+
}], ['path', {
|
|
4662
|
+
d: 'M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76',
|
|
4663
|
+
key: 'g10hsz'
|
|
4664
|
+
}], ['path', {
|
|
4665
|
+
d: 'M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18',
|
|
4666
|
+
key: 'ygzou7'
|
|
4667
|
+
}], ['line', {
|
|
4668
|
+
x1: '2',
|
|
4669
|
+
y1: '2',
|
|
4670
|
+
x2: '22',
|
|
4671
|
+
y2: '22',
|
|
4672
|
+
key: '1w4vcy'
|
|
4673
|
+
}]]);
|
|
4674
|
+
var EarOff$1 = EarOff;
|
|
4675
|
+
|
|
4676
|
+
const Ear = createPreactComponent('Ear', [['path', {
|
|
4677
|
+
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',
|
|
4678
|
+
key: '1dfaln'
|
|
4679
|
+
}], ['path', {
|
|
4680
|
+
d: 'M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4',
|
|
4681
|
+
key: '1qnva7'
|
|
4682
|
+
}]]);
|
|
4683
|
+
var Ear$1 = Ear;
|
|
4684
|
+
|
|
4643
4685
|
const Edit2 = createPreactComponent('Edit2', [['path', {
|
|
4644
4686
|
d: 'M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z',
|
|
4645
4687
|
key: '2s2c1q'
|
|
@@ -14328,6 +14370,7 @@ exports.Bomb = Bomb$1;
|
|
|
14328
14370
|
exports.Bone = Bone$1;
|
|
14329
14371
|
exports.Book = Book$1;
|
|
14330
14372
|
exports.BookOpen = BookOpen$1;
|
|
14373
|
+
exports.BookOpenCheck = BookOpenCheck$1;
|
|
14331
14374
|
exports.Bookmark = Bookmark$1;
|
|
14332
14375
|
exports.BookmarkMinus = BookmarkMinus$1;
|
|
14333
14376
|
exports.BookmarkPlus = BookmarkPlus$1;
|
|
@@ -14485,6 +14528,8 @@ exports.Dribbble = Dribbble$1;
|
|
|
14485
14528
|
exports.Droplet = Droplet$1;
|
|
14486
14529
|
exports.Droplets = Droplets$1;
|
|
14487
14530
|
exports.Drumstick = Drumstick$1;
|
|
14531
|
+
exports.Ear = Ear$1;
|
|
14532
|
+
exports.EarOff = EarOff$1;
|
|
14488
14533
|
exports.Edit = Edit$1;
|
|
14489
14534
|
exports.Edit2 = Edit2$1;
|
|
14490
14535
|
exports.Edit3 = Edit3$1;
|