lucide-preact 0.89.0 → 0.90.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 +14 -1
- package/dist/cjs/lucide-preact.js.map +1 -1
- package/dist/esm/icons/book-open-check.js +12 -0
- package/dist/esm/icons/index.js +1 -0
- package/dist/lucide-preact.d.ts +1 -0
- package/dist/umd/lucide-preact.js +14 -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 +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-preact v0.
|
|
2
|
+
* lucide-preact v0.90.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'
|
|
@@ -14328,6 +14340,7 @@ exports.Bomb = Bomb$1;
|
|
|
14328
14340
|
exports.Bone = Bone$1;
|
|
14329
14341
|
exports.Book = Book$1;
|
|
14330
14342
|
exports.BookOpen = BookOpen$1;
|
|
14343
|
+
exports.BookOpenCheck = BookOpenCheck$1;
|
|
14331
14344
|
exports.Bookmark = Bookmark$1;
|
|
14332
14345
|
exports.BookmarkMinus = BookmarkMinus$1;
|
|
14333
14346
|
exports.BookmarkPlus = BookmarkPlus$1;
|