UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 746 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 BookOpenThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 52h-72a36 36 0 00-32 19.54A36 36 0 0096 52H24a4 4 0 00-4 4v144a4 4 0 004 4h72a28 28 0 0128 28 4 4 0 008 0 28 28 0 0128-28h72a4 4 0 004-4V56a4 4 0 00-4-4zM96 196H28V60h68a28 28 0 0128 28v121.4A35.93 35.93 0 0096 196zm132 0h-68a35.94 35.94 0 00-28 13.41V88a28 28 0 0128-28h68z" })); exports.default = BookOpenThin;