UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 877 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 BookOpenUserBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 72h-72a43.86 43.86 0 00-32 13.85A43.86 43.86 0 0096 72H24a12 12 0 00-12 12v116a12 12 0 0012 12h72a20 20 0 0120 20 12 12 0 0024 0 20 20 0 0120-20h72a12 12 0 0012-12V84a12 12 0 00-12-12zM96 188H36V96h60a20 20 0 0120 20v76.81A43.79 43.79 0 0096 188zm124 0h-60a43.71 43.71 0 00-20 4.83V116a20 20 0 0120-20h60zM86.4 40.79a52 52 0 0183.2 0 12 12 0 01-19.19 14.42 28 28 0 00-44.82 0A12 12 0 0186.4 40.79z" })); exports.default = BookOpenUserBold;