@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.35 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCompass = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCompass = function GYSiGlyphCompass(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-compass",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
})
}));
};
exports.GYSiGlyphCompass = GYSiGlyphCompass;