UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 802 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 PersonWorkspace = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-person-workspace", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M4 16s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-5.95a2.5 2.5 0 100-5 2.5 2.5 0 000 5" }), React.createElement("path", { d: "M2 1a2 2 0 00-2 2v9.5A1.5 1.5 0 001.5 14h.653a5.4 5.4 0 011.066-2H1V3a1 1 0 011-1h12a1 1 0 011 1v9h-2.219c.554.654.89 1.373 1.066 2h.653a1.5 1.5 0 001.5-1.5V3a2 2 0 00-2-2z" })); exports.default = PersonWorkspace;