iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 894 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 BookOpenDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 56v144h-72a32 32 0 00-32 32 32 32 0 00-32-32H24V56h72a32 32 0 0132 32 32 32 0 0132-32z", opacity: ".2" }),
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 = BookOpenDuotone;