UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 969 B
"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 Books = (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 66zm6.62 31.47l46.82-10.05 3.34 15.9L146 97.53zm6.64 31.57l46.82-10.06 13.3 63.24-46.82 10.06zM216 197.94l-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 48h48v16H56zm0 32h48v96H56zm48 128H56v-16h48v16z" })); exports.default = Books;