@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.27 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPerson = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPerson = function GYSiGlyphPerson(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",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.518 10c-.402.548-.899 1.62-1.479 2.593-.637 1.074-1.367-1.599-2.166-1.599-.821 0-1.588 2.624-2.252 1.524-.572-.947-1.066-1.967-1.456-2.491C1.122 10.027 1 15.914 1 15.914h15.745c0 .001.318-5.914-4.227-5.914Zm-.623-5.628c0 1.861-1.318 5.422-2.948 5.422C7.319 9.794 6 6.233 6 4.372 6 2.509 7.319 1 8.947 1c1.63-.001 2.948 1.508 2.948 3.372Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphPerson = GYSiGlyphPerson;