iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 834 B
JavaScript
;
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 BookOpenUserThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 76h-72a36 36 0 00-32 19.54A36 36 0 0096 76H24a4 4 0 00-4 4v120a4 4 0 004 4h72a28 28 0 0128 28 4 4 0 008 0 28 28 0 0128-28h72a4 4 0 004-4V80a4 4 0 00-4-4zM96 196H28V84h68a28 28 0 0128 28v97.4A35.93 35.93 0 0096 196zm132 0h-68a35.94 35.94 0 00-28 13.41V112a28 28 0 0128-28h68zM92.8 45.6a44 44 0 0170.4 0 4 4 0 01-6.4 4.8 36 36 0 00-57.6 0 4 4 0 11-6.4-4.8z" }));
exports.default = BookOpenUserThin;