iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 730 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 BookOpen = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 48h-72a40 40 0 00-32 16 40 40 0 00-32-16H24a8 8 0 00-8 8v144a8 8 0 008 8h72a24 24 0 0124 24 8 8 0 0016 0 24 24 0 0124-24h72a8 8 0 008-8V56a8 8 0 00-8-8zM96 192H32V64h64a24 24 0 0124 24v112a39.81 39.81 0 00-24-8zm128 0h-64a39.81 39.81 0 00-24 8V88a24 24 0 0124-24h64z" }));
exports.default = BookOpen;