Files
dnviti cc5b8b32bb
Some checks failed
Build and Deploy / build (push) Failing after 1m34s
first commit
2025-11-23 03:24:27 +01:00

14 lines
376 B
JavaScript

/**
* lucide-react v0.292.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const BookOpen = createLucideIcon("BookOpen", [
["path", { d: "M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z", key: "vv98re" }],
["path", { d: "M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z", key: "1cyq3y" }]
]);
export { BookOpen as default };
//# sourceMappingURL=book-open.js.map