UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.16 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 BooksThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M104 36H56a12 12 0 00-12 12v160a12 12 0 0012 12h48a12 12 0 0012-12V48a12 12 0 00-12-12zM52 76h56v104H52zm4-32h48a4 4 0 014 4v20H52V48a4 4 0 014-4zm48 168H56a4 4 0 01-4-4v-20h56v20a4 4 0 01-4 4zm123.74-16.62L194.55 37.57a12 12 0 00-14.25-9.3l-46.81 10.05a12.1 12.1 0 00-9.23 14.3l33.19 157.81a12 12 0 0014.25 9.3l46.81-10.06a12.08 12.08 0 009.23-14.29zm-83.21-85.27l54.63-11.73 15 71.07-54.63 11.74zm-6.64-31.56l54.64-11.74 5 23.74-54.64 11.73zm-2.71-32.4L182 36.09a4 4 0 01.84-.09 3.94 3.94 0 012.14.64 4 4 0 011.76 2.58L190.88 59l-54.64 11.72L132.09 51a4.07 4.07 0 013.09-4.85zm81.65 155.7L170 211.91a4 4 0 01-3-.55 4 4 0 01-1.76-2.58L161.12 189l54.64-11.73 4.15 19.73a4.07 4.07 0 01-3.08 4.85z" })); exports.default = BooksThin;