iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 784 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const BookOpenCheck = (props) => React.createElement("svg", { className: "lucide lucide-book-open-check", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M12 21V7M16 12l2 2 4-4" }),
React.createElement("path", { d: "M22 6V4a1 1 0 00-1-1h-5a4 4 0 00-4 4 4 4 0 00-4-4H3a1 1 0 00-1 1v13a1 1 0 001 1h6a3 3 0 013 3 3 3 0 013-3h6a1 1 0 001-1v-1.3" }));
exports.default = BookOpenCheck;