@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.5 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCrossHair = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCrossHair = function GYSiGlyphCrossHair(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-cross-hair",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.5 1C4.364 1 1 4.361 1 8.492s3.364 7.492 7.5 7.492c4.137 0 7.5-3.361 7.5-7.492S12.637 1 8.5 1Zm.469 13.945v-1.898h-.938v1.898A6.462 6.462 0 0 1 2.056 9h1.912V8H2.056a6.461 6.461 0 0 1 5.943-5.943v1.928h.969v-1.93A6.462 6.462 0 0 1 14.943 8h-1.928v.969h1.93a6.46 6.46 0 0 1-5.976 5.976Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.984 6.021h-.941v2.021H6.031v.942h2.012v1.975h.941V8.984h1.954v-.942H8.984V6.021Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphCrossHair = GYSiGlyphCrossHair;