@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.74 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBriefcasePerson = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBriefcasePerson = function GYSiGlyphBriefcasePerson(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-briefcase-person",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13.562 3.083H1.437c-.794 0-1.438.651-1.438 1.453V13.5c0 .804.644 1.454 1.438 1.454h12.125c.794 0 1.438-.65 1.438-1.454V4.536c0-.802-.644-1.453-1.438-1.453ZM7.504 5.906c.855 0 1.551.706 1.551 1.577 0 .872-.695 2.538-1.551 2.538S5.953 8.355 5.953 7.483c0-.871.695-1.577 1.551-1.577Zm3.5 7.125H4s-.119-3.076 1.677-3.076c.375.594.892 1.164 1.843 1.164.949 0 1.401-.574 1.775-1.178 2.021 0 1.709 3.09 1.709 3.09Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.782 2.682c0-.428.295-.775.66-.775h2.093c.364 0 .659.348.659.775v.885h.781V2.376c0-.742-.514-1.347-1.144-1.347H6.15c-.632 0-1.147.604-1.147 1.347v1.191h.78v-.885Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphBriefcasePerson = GYSiGlyphBriefcasePerson;