@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.35 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPersonDoorMan = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPersonDoorMan = function GYSiGlyphPersonDoorMan(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-door-man",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9.013 8.966c1.648 0 2.983-2.459 2.983-4.268 0-.239-.024-.471-.07-.695H6.098a3.53 3.53 0 0 0-.07.695c-.001 1.809 1.336 4.268 2.985 4.268ZM6 1h5.943v1.927H6zm6.042 9.634v5.328h4.93s.316-5.915-4.206-5.915c-.169.233-.434.42-.724.587ZM5.24 10C1.124 10 1 16 1 16h10v-4.985a10.93 10.93 0 0 1-1.986.434S6.1 11.16 5.24 10Zm4.776 5.031H8.969v-1.094h1.047v1.094Zm.015-2H8.953v-1.062h1.078v1.062Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphPersonDoorMan = GYSiGlyphPersonDoorMan;