UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 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 BookOpenTextFill = (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-64a32 32 0 00-32 32v87.73a8.17 8.17 0 01-7.47 8.25 8 8 0 01-8.53-8V80a32 32 0 00-32-32H24a8 8 0 00-8 8v144a8 8 0 008 8h72a24 24 0 0124 23.94 7.9 7.9 0 005.12 7.55A8 8 0 00136 232a24 24 0 0124-24h72a8 8 0 008-8V56a8 8 0 00-8-8zm-24 120h-39.73a8.17 8.17 0 01-8.25-7.47 8 8 0 018-8.53h39.73a8.17 8.17 0 018.25 7.47 8 8 0 01-8 8.53zm0-32h-39.73a8.17 8.17 0 01-8.25-7.47 8 8 0 018-8.53h39.73a8.17 8.17 0 018.25 7.47 8 8 0 01-8 8.53zm0-32h-39.73a8.17 8.17 0 01-8.27-7.47 8 8 0 018-8.53h39.73a8.17 8.17 0 018.27 7.47 8 8 0 01-8 8.53z" })); exports.default = BookOpenTextFill;