@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.46 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphManDoctor = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphManDoctor = function GYSiGlyphManDoctor(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-man-doctor",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M11.957 4.121c0-2.457-1.701-4.059-3.492-4.059-1.794 0-3.457 1.586-3.457 4.059h-.001C5.014 5.779 6.569 8.92 8.483 8.92c1.913 0 3.464-3.141 3.474-4.799Zm1.542 6.92a2.463 2.463 0 0 0-2.464 2.46 2.463 2.463 0 0 0 4.926 0 2.462 2.462 0 0 0-2.462-2.46Zm.536 2.981V15h-1.053v-.978h-1.028v-1.033h1.028v-1.026h1.053v1.026h.989v1.033h-.989Zm-4.637-1.02c0-1.241.545-2.354 1.406-3.109.461-.406.434-.37.032-.175-1.158.562-2.726.726-2.726.726s-2.908-.287-3.765-1.439C.24 9.005.116 14.969.116 14.969h9.775a4.16 4.16 0 0 1-.493-1.967Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphManDoctor = GYSiGlyphManDoctor;