UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.01 kB
"use strict"; 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 BookOpenTextDuotone = (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 32V88a32 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-24h64zM160 88h40a8 8 0 010 16h-40a8 8 0 010-16zm48 40a8 8 0 01-8 8h-40a8 8 0 010-16h40a8 8 0 018 8zm0 32a8 8 0 01-8 8h-40a8 8 0 010-16h40a8 8 0 018 8z" })); exports.default = BookOpenTextDuotone;