18 lines
354 B
JavaScript
18 lines
354 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const BookOpen = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["path", { d: "M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z" }],
|
|
["path", { d: "M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z" }]
|
|
]
|
|
];
|
|
|
|
export { BookOpen as default };
|
|
//# sourceMappingURL=book-open.js.map
|