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