@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 942 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphCompass = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-compass",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M9.021.035c-4.411 0-8 3.588-8 8 0 4.413 3.588 8 8 8 4.411 0 8-3.587 8-8 0-4.412-3.589-8-8-8ZM9.001 14A6.006 6.006 0 0 1 3 8c0-3.307 2.692-6 6-6 3.31 0 6 2.693 6 6 0 3.308-2.69 6-6 6Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "m6.042 6.021 2.021 3L12.98 11l-2.979-3.958-3.959-1.021Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphCompass };