@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 724 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphCrossHair2 = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphCrossHair2 };