@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 849 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphPerson = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphPerson };