@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 918 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphPersonWoman = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-person-woman",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.677 11c-2.843 2.147-.724 3.424-3.653 3.424-2.932 0-.604-1.191-3.76-3.398-4.908 1.381-4.226 4.884-4.226 4.884h15.875c-.001 0 .651-3.921-4.236-4.91Zm-.103-4.002-.575 1.88L13.883 9s-1.153-.85-1.309-2.002Zm-7.18.025.538 1.893L4.045 9s1.169-.826 1.349-1.977Zm6.535-1.977c0 1.68-1.323 4.895-2.954 4.895-1.632 0-2.954-3.215-2.954-4.895C6.021 3.363 7.343 2 8.975 2c1.63.001 2.954 1.364 2.954 3.046Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphPersonWoman };