UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 990 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 BookOpenUserDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 80v120h-72a32 32 0 00-32 32 32 32 0 00-32-32H24V80h72a32 32 0 0132 32 32 32 0 0132-32z", opacity: ".2" }), React.createElement("path", { d: "M232 72h-72a40 40 0 00-32 16 40 40 0 00-32-16H24a8 8 0 00-8 8v120a8 8 0 008 8h72a24 24 0 0124 24 8 8 0 0016 0 24 24 0 0124-24h72a8 8 0 008-8V80a8 8 0 00-8-8zM96 192H32V88h64a24 24 0 0124 24v88a39.81 39.81 0 00-24-8zm128 0h-64a39.81 39.81 0 00-24 8v-88a24 24 0 0124-24h64zM89.6 43.19a48 48 0 0176.8 0 8 8 0 01-12.79 9.62 32 32 0 00-51.22 0 8 8 0 11-12.79-9.62z" })); exports.default = BookOpenUserDuotone;