iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 913 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 BooksFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M231.65 194.55l-33.19-157.8a16 16 0 00-19-12.39l-46.81 10.06a16.08 16.08 0 00-12.3 19l33.19 157.8A16 16 0 00169.16 224a16.25 16.25 0 003.38-.36l46.81-10.06a16.09 16.09 0 0012.3-19.03zM136 50.15v-.09l46.8-10 3.33 15.87L139.33 66zm10 47.38l-3.35-15.9 46.82-10.06 3.34 15.9zm70 100.41l-46.8 10-3.33-15.87 46.8-10.07 3.33 15.85v.09zM104 32H56a16 16 0 00-16 16v160a16 16 0 0016 16h48a16 16 0 0016-16V48a16 16 0 00-16-16zM56 48h48v16H56zm48 160H56v-16h48v16z" }));
exports.default = BooksFill;