@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 863 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphMale = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-male",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.875 5.884V.125h-5.762l2.223 2.221-3.703 3.711a5.395 5.395 0 0 0-3.131-1.002c-3.004 0-5.447 2.452-5.447 5.467 0 3.016 2.443 5.468 5.447 5.468 3.002 0 5.444-2.452 5.444-5.468a5.45 5.45 0 0 0-1.011-3.161l3.702-3.712 2.238 2.235ZM6.464 14.165a3.534 3.534 0 0 1-3.532-3.53 3.535 3.535 0 0 1 3.532-3.529 3.535 3.535 0 0 1 3.532 3.529 3.534 3.534 0 0 1-3.532 3.53Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphMale };