@icongo/gy
Version:
Glyph Iconset Icons
30 lines • 1.36 kB
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 GYSiGlyphGlobe = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(3)",
children: [/*#__PURE__*/_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__*/_jsx("ellipse", {
cx: 5.012,
cy: 7.031,
className: "prefix__si-glyph-fill",
rx: 5.012,
ry: 5.031
}), /*#__PURE__*/_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"
})]
})
}));
export { GYSiGlyphGlobe };