@icongo/gy
Version:
Glyph Iconset Icons
40 lines (39 loc) • 2.34 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTarger = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTarger = function GYSiGlyphTarger(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-targer",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 5.469,
cy: 9.441,
className: "prefix__si-glyph-fill",
rx: 1.469,
ry: 1.441
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m14.994 3.671-1.38 1.394-2.149-.812-5.746 5.691c-.117.109-.387.031-.554-.139-.163-.168-.216-.416-.101-.528l5.699-5.721-.826-2.103L11.396.025l.597 3.008c.004.004.012.006.016.012.026.03 2.985.626 2.985.626Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.514 14.994C2.499 14.994.047 12.529.047 9.5c0-3.03 2.452-5.494 5.467-5.494 3.014 0 5.466 2.464 5.466 5.494-.001 3.029-2.453 5.494-5.466 5.494Zm0-10.094C2.993 4.9.943 6.963.943 9.5c0 2.537 2.051 4.6 4.571 4.6 2.52 0 4.57-2.063 4.57-4.6 0-2.537-2.05-4.6-4.57-4.6Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.507 12.99a3.476 3.476 0 0 1-3.472-3.471 3.476 3.476 0 0 1 3.472-3.471 3.475 3.475 0 0 1 3.47 3.471 3.475 3.475 0 0 1-3.47 3.471Zm0-6.066A2.598 2.598 0 0 0 2.911 9.52a2.598 2.598 0 0 0 2.596 2.596A2.598 2.598 0 0 0 8.102 9.52a2.598 2.598 0 0 0-2.595-2.596Zm-3.593 8.86a.51.51 0 0 1-.722.013.51.51 0 0 1 .014-.72l1.467-1.467c.204-.203.911.504.708.707l-1.467 1.467Zm7.904-.708a.51.51 0 0 1 .012.722.508.508 0 0 1-.719-.014l-1.467-1.467c-.203-.204.504-.911.707-.708l1.467 1.467Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphTarger = GYSiGlyphTarger;