UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 838 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 BookOpenUserLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 74h-72a38 38 0 00-32 17.55A38 38 0 0096 74H24a6 6 0 00-6 6v120a6 6 0 006 6h72a26 26 0 0126 26 6 6 0 0012 0 26 26 0 0126-26h72a6 6 0 006-6V80a6 6 0 00-6-6zM96 194H30V86h66a26 26 0 0126 26v92.31A37.86 37.86 0 0096 194zm130 0h-66a37.83 37.83 0 00-26 10.33V112a26 26 0 0126-26h66zM91.2 44.4a46 46 0 0173.6 0 6 6 0 11-9.6 7.2 34 34 0 00-54.4 0 6 6 0 11-9.6-7.2z" })); exports.default = BookOpenUserLight;