@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 861 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphFemale = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-female",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9.982 9.965c2.243-.47 3.934-2.48 3.934-4.883 0-2.751-2.215-4.988-4.938-4.988-2.721 0-4.936 2.237-4.936 4.988 0 2.412 1.704 4.43 3.959 4.888v2.073H5.062v1.925h2.939v2.001h1.98v-2.001h2.893v-1.925H9.981V9.965h.001Zm-4.048-5.01c0-1.768 1.367-3.205 3.045-3.205 1.68 0 3.045 1.438 3.045 3.205 0 1.767-1.365 3.203-3.045 3.203-1.678 0-3.045-1.436-3.045-3.203Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphFemale };