@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.28 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPersonMan = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPersonMan = function GYSiGlyphPersonMan(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-person-man",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m9.918 13.338-.943 1.62-.942-1.62.488-3.296h.908l.489 3.296ZM6.534 15C4.833 12.746 5.378 9.224 5.21 9 1.123 8.999 1 15 1 15h5.534Zm5.048 0H17c-.001 0 0-6.031-3.68-6.031-.164.22-.035 3.759-1.738 6.031ZM9.008 8.941C7.39 8.941 6 5.732 6 4.064c0-1.67 1.389-3.006 3.008-3.006a3.016 3.016 0 0 1 2.994 3.006c0 1.668-1.374 4.877-2.994 4.877Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphPersonMan = GYSiGlyphPersonMan;