@icongo/gy
Version:
Glyph Iconset Icons
40 lines (39 loc) • 1.53 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphGolfFlag = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphGolfFlag = function GYSiGlyphGolfFlag(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(1)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 5.433,
cy: 14.98,
className: "prefix__si-glyph-fill",
rx: 5.433,
ry: 0.98
}), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("circle", {
cx: 13.945,
cy: 13.945,
r: 1.945,
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphGolfFlag = GYSiGlyphGolfFlag;