@icongo/gy
Version:
Glyph Iconset Icons
38 lines (37 loc) • 1.8 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphGlobe = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphGlobe = function GYSiGlyphGlobe(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-globe",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(3)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.031 13.225v1.434c-2.154.083-3.936.613-3.936 1.26a.05.05 0 0 0 .004.017l8.806.009s.005-.018.005-.025c0-.646-1.818-1.177-3.973-1.26v-1.48",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 5.012,
cy: 7.031,
className: "prefix__si-glyph-fill",
rx: 5.012,
ry: 5.031
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.04 13.971a6.882 6.882 0 0 1-4.341-1.549.499.499 0 0 1-.071-.697.49.49 0 0 1 .69-.072 5.811 5.811 0 0 0 3.722 1.33c3.263 0 5.916-2.678 5.916-5.967 0-2.918-2.151-5.453-5.005-5.896a5.918 5.918 0 0 0-.911-.07.493.493 0 0 1-.491-.494c0-.273.22-.495.491-.495.352 0 .708.027 1.061.081 3.328.518 5.837 3.475 5.837 6.875 0 3.834-3.094 6.954-6.898 6.954Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphGlobe = GYSiGlyphGlobe;