UNPKG

@semcore/icon

Version:
25 lines 2.4 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootGlobe({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Globe", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M19.78 4.22A11 11 0 1 0 4.227 19.78 11 11 0 0 0 19.78 4.22Zm-1.43 3.11c.48 0 1 .07 1.41.12.317.546.578 1.122.78 1.72a5.49 5.49 0 0 0-2.11 2 8.5 8.5 0 0 0-.86 2.46l-.09.38a2.23 2.23 0 0 1-.22.65 2.451 2.451 0 0 1-.27-.83 5.586 5.586 0 0 0-.26-.94 2.83 2.83 0 0 0-1.78-1.56c-.36-.15-.58-.25-.66-.38a1.48 1.48 0 0 1 .06-1c.36-1.08 1.12-2.34 2.15-2.59a6.1 6.1 0 0 1 1.73-.08l.12.05ZM7.27 12.24c.31.448.68.852 1.1 1.2l.49.34c.173.104.332.232.47.38.12.153.12.453 0 .9-.07.23-.13.47-.18.71a2.9 2.9 0 0 1-.38 1.07 4.59 4.59 0 0 1-.52-1l-.22-.51a13.212 13.212 0 0 0-1.5-2.85 5.48 5.48 0 0 0-3.36-2.08 9.17 9.17 0 0 1 1.29-3.3l.6-.07 1.08-.14c.32 0 .63-.1 1-.15.427-.085.857-.148 1.29-.19a.48.48 0 0 1 .27.05.39.39 0 0 1 0 .11c0 .17-.11.3-.63.69a3.59 3.59 0 0 0-1.23 1.32 3.51 3.51 0 0 0 .43 3.52Zm11.1 6.13a9 9 0 0 1-15.35-6 3.44 3.44 0 0 1 1.88 1.28 11.82 11.82 0 0 1 1.26 2.43l.22.53c.45 1 1 2.09 2.1 2.26h.26a1.92 1.92 0 0 0 1.47-.74 4.23 4.23 0 0 0 .86-2c0-.19.09-.38.14-.56a2.84 2.84 0 0 0-.32-2.75 3.56 3.56 0 0 0-.92-.79 3.42 3.42 0 0 1-1.04-1.01c-.15-.21-.6-1-.34-1.51a2.26 2.26 0 0 1 .63-.58 2.75 2.75 0 0 0 1.42-2.39 2.049 2.049 0 0 0-.7-1.5 2.3 2.3 0 0 0-1.74-.55c-.497.038-.992.108-1.48.21H6.6a9 9 0 0 1 11.41.51 7.18 7.18 0 0 0-2 .15c-2.29.56-3.31 3.13-3.57 3.9a3.22 3.22 0 0 0 .1 2.62 3 3 0 0 0 1.64 1.24c.47.19.62.28.68.44.074.204.128.415.16.63.09.537.28 1.053.56 1.52a2 2 0 0 0 2.5.71 2.65 2.65 0 0 0 1.34-2l.09-.37a6.63 6.63 0 0 1 .63-1.9c.211-.38.489-.718.82-1a9 9 0 0 1-2.59 7.22Z", shapeRendering: "geometricPrecision" })); } RootGlobe.displayName = 'Globe'; const Globe = createBaseComponent(RootGlobe); export { Globe as default };