iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 701 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 BookOpenFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 56v144a8 8 0 01-8 8h-72a24 24 0 00-24 23.94 7.9 7.9 0 01-5.12 7.55A8 8 0 01120 232a24 24 0 00-24-24H24a8 8 0 01-8-8V56a8 8 0 018-8h64a32 32 0 0132 32v87.73a8.17 8.17 0 007.47 8.25 8 8 0 008.53-8V80a32 32 0 0132-32h64a8 8 0 018 8z" }));
exports.default = BookOpenFill;