lucide-react 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-react.js +14 -1
- package/dist/cjs/lucide-react.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-react.d.ts +1 -0
- package/dist/umd/lucide-react.js +14 -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.90.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'
|
|
@@ -14382,6 +14394,7 @@ exports.Bomb = Bomb$1;
|
|
|
14382
14394
|
exports.Bone = Bone$1;
|
|
14383
14395
|
exports.Book = Book$1;
|
|
14384
14396
|
exports.BookOpen = BookOpen$1;
|
|
14397
|
+
exports.BookOpenCheck = BookOpenCheck$1;
|
|
14385
14398
|
exports.Bookmark = Bookmark$1;
|
|
14386
14399
|
exports.BookmarkMinus = BookmarkMinus$1;
|
|
14387
14400
|
exports.BookmarkPlus = BookmarkPlus$1;
|