UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.21 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 BooksLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M104 34H56a14 14 0 00-14 14v160a14 14 0 0014 14h48a14 14 0 0014-14V48a14 14 0 00-14-14zM54 78h52v100H54zm2-32h48a2 2 0 012 2v18H54V48a2 2 0 012-2zm48 164H56a2 2 0 01-2-2v-18h52v18a2 2 0 01-2 2zm125.7-15L196.51 37.16a14 14 0 00-16.63-10.85l-46.81 10.06A14.09 14.09 0 00122.3 53l33.19 157.81a14 14 0 006.1 8.9 13.85 13.85 0 007.57 2.26 13.55 13.55 0 003-.32l46.81-10.05A14.09 14.09 0 00229.7 195zm-82.81-83.32l50.73-10.9 14.12 67.16L161 178.81zm-6.63-31.56L191 69.19 195.15 89l-50.73 10.9zm-4.66-32l46.8-10.05a2.18 2.18 0 01.42 0 1.89 1.89 0 011.05.32 2 2 0 01.89 1.31l3.75 17.82-50.72 10.82-3.74-17.78a2.07 2.07 0 011.55-2.46zm80.81 151.8L169.6 210a1.92 1.92 0 01-1.47-.27 2 2 0 01-.89-1.31l-3.75-17.82 50.72-10.9 3.79 17.73a2.07 2.07 0 01-1.59 2.47z" })); exports.default = BooksLight;