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
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var BookOpenCheck = createReactComponent('BookOpenCheck', [['path', {
|
|
3
|
+
d: 'M8 3H2v15h7c1.7 0 3 1.3 3 3V7c0-2.2-1.8-4-4-4Z',
|
|
4
|
+
key: '1i8u0n'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'm16 12 2 2 4-4',
|
|
7
|
+
key: 'mdajum'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M22 6V3h-6c-2.2 0-4 1.8-4 4v14c0-1.7 1.3-3 3-3h7v-2.3',
|
|
10
|
+
key: 'jb5l51'
|
|
11
|
+
}]]);
|
|
12
|
+
export default BookOpenCheck;
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -105,6 +105,7 @@ export { default as Bluetooth } from './bluetooth';
|
|
|
105
105
|
export { default as Bold } from './bold';
|
|
106
106
|
export { default as Bomb } from './bomb';
|
|
107
107
|
export { default as Bone } from './bone';
|
|
108
|
+
export { default as BookOpenCheck } from './book-open-check';
|
|
108
109
|
export { default as BookOpen } from './book-open';
|
|
109
110
|
export { default as Book } from './book';
|
|
110
111
|
export { default as BookmarkMinus } from './bookmark-minus';
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -120,6 +120,7 @@ export declare const Bluetooth: (props: LucideProps) => JSX.Element;
|
|
|
120
120
|
export declare const Bold: (props: LucideProps) => JSX.Element;
|
|
121
121
|
export declare const Bomb: (props: LucideProps) => JSX.Element;
|
|
122
122
|
export declare const Bone: (props: LucideProps) => JSX.Element;
|
|
123
|
+
export declare const BookOpenCheck: (props: LucideProps) => JSX.Element;
|
|
123
124
|
export declare const BookOpen: (props: LucideProps) => JSX.Element;
|
|
124
125
|
export declare const Book: (props: LucideProps) => JSX.Element;
|
|
125
126
|
export declare const BookmarkMinus: (props: LucideProps) => JSX.Element;
|
package/dist/umd/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
|
(function (global, factory) {
|
|
@@ -1930,6 +1930,18 @@
|
|
|
1930
1930
|
}]]);
|
|
1931
1931
|
var Bone$1 = Bone;
|
|
1932
1932
|
|
|
1933
|
+
var BookOpenCheck = createReactComponent('BookOpenCheck', [['path', {
|
|
1934
|
+
d: 'M8 3H2v15h7c1.7 0 3 1.3 3 3V7c0-2.2-1.8-4-4-4Z',
|
|
1935
|
+
key: '1i8u0n'
|
|
1936
|
+
}], ['path', {
|
|
1937
|
+
d: 'm16 12 2 2 4-4',
|
|
1938
|
+
key: 'mdajum'
|
|
1939
|
+
}], ['path', {
|
|
1940
|
+
d: 'M22 6V3h-6c-2.2 0-4 1.8-4 4v14c0-1.7 1.3-3 3-3h7v-2.3',
|
|
1941
|
+
key: 'jb5l51'
|
|
1942
|
+
}]]);
|
|
1943
|
+
var BookOpenCheck$1 = BookOpenCheck;
|
|
1944
|
+
|
|
1933
1945
|
var BookOpen = createReactComponent('BookOpen', [['path', {
|
|
1934
1946
|
d: 'M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z',
|
|
1935
1947
|
key: 'vv98re'
|
|
@@ -14381,6 +14393,7 @@
|
|
|
14381
14393
|
exports.Bone = Bone$1;
|
|
14382
14394
|
exports.Book = Book$1;
|
|
14383
14395
|
exports.BookOpen = BookOpen$1;
|
|
14396
|
+
exports.BookOpenCheck = BookOpenCheck$1;
|
|
14384
14397
|
exports.Bookmark = Bookmark$1;
|
|
14385
14398
|
exports.BookmarkMinus = BookmarkMinus$1;
|
|
14386
14399
|
exports.BookmarkPlus = BookmarkPlus$1;
|