@icongo/gy
Version:
Glyph Iconset Icons
32 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphGolfFlag = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-golf-flag",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(1)",
children: [/*#__PURE__*/_jsx("ellipse", {
cx: 5.433,
cy: 14.98,
className: "prefix__si-glyph-fill",
rx: 5.433,
ry: 0.98
}), /*#__PURE__*/_jsx("path", {
d: "M5 0h.956v12.959H5zm2.031.103s1.644-.42 4.45 1.461c2.806 1.882 2.249 3.512 4.103 3.646.998-.066-.42 1.168-1.854.604-2.781-1.093-3.6-2.637-6.699-1.21V.103Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("circle", {
cx: 13.945,
cy: 13.945,
r: 1.945,
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphGolfFlag };