UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 632 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 BookThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 28H72a28 28 0 00-28 28v168a4 4 0 004 4h144a4 4 0 000-8H52v-4a20 20 0 0120-20h136a4 4 0 004-4V32a4 4 0 00-4-4zm-4 160H72a27.94 27.94 0 00-20 8.42V56a20 20 0 0120-20h132z" })); exports.default = BookThin;