@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.48 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 GYSiGlyphGlobal = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-global",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M8.048 0a8 8 0 1 0 .001 16.001A8 8 0 0 0 8.048 0ZM8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M2.959 2.684c-.27 1.344.735 3.399 2.872 3.899 2.136.5 1.218.084.886-.583-.334-.667-.035-1.167.482-1.333.518-.167.387.293 1.155-.667.194-2-1.472-.027-1.638-.86C8.366 1.223 5.95.5 5.249.75c-.701.25-2.02.589-2.29 1.934Zm3.914 5.01c-.124.055-.702.416-.901.666-.199.25-.286.778 0 1 .286.223-.016 1.279.755 1.473.771.194 1.543.307 1.572.917.027.61-.072 2.027-.443 2.167.5.277 1.717-1.195 2.145-1.973.429-.777.572-1.889.543-2.167-.029-.277.171-.86.257-1.61.085-.75-.57-.8-.655-1.133-.087-.334-.203-.701-3.273.66ZM13.125 4s-2.012.861-.644 2.14c1.366 1.277 2.062 2.49 1.995 2.768-.062.276-1.38 1.706-.623 1.594.761-.111 1.322-1.611 1.443-2.501.119-.89-.924-2.639-.967-2.777-.036-.141-.722-1.209-1.204-1.224Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphGlobal };