@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.15 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCrossHair2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCrossHair2 = function GYSiGlyphCrossHair2(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-2",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.979 10c1.093 0 1.979-.962 1.979-2.043 0-1.08-.886-1.957-1.979-1.957A1.968 1.968 0 0 0 7 7.957C7 9.037 7.886 10 8.979 10ZM8 0h1.986v4H8zm0 12v4.003h2.007V12H8ZM1 7h3.984v1.969H1zm12 0v1.928h3.99V7H13Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphCrossHair2 = GYSiGlyphCrossHair2;