@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.54 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgGlobe = function SvgGlobe(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 24 : _ref$size,
_ref$color = _ref.color,
color = _ref$color === void 0 ? "currentColor" : _ref$color,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm4.372 7.97h3.873a8.198 8.198 0 0 1 0 4.06h-3.873c.059-.651.09-1.33.09-2.03 0-.7-.031-1.379-.09-2.03Zm3.35-1.5h-3.547a11.596 11.596 0 0 0-1.663-4.59 8.535 8.535 0 0 1 5.21 4.59Zm-7.76 11.78c-1.032 0-2.15-1.878-2.683-4.72h5.365c-.533 2.842-1.65 4.72-2.683 4.72Zm-2.896-6.22c-.14-1.35-.14-2.71 0-4.06h5.792c.069.674.103 1.352.104 2.03 0 .678-.035 1.356-.104 2.03h-5.792Zm2.895-10.28c1.032 0 2.15 1.877 2.683 4.72h-5.365c.533-2.843 1.65-4.72 2.682-4.72Zm-2.576.166a11.685 11.685 0 0 0-1.637 4.554h-3.47a8.537 8.537 0 0 1 5.107-4.554Zm-1.834 10.114h-3.796a8.198 8.198 0 0 1 0-4.06h3.796c-.059.651-.09 1.33-.09 2.03 0 .7.031 1.379.09 2.03Zm-3.273 1.5h3.47a11.683 11.683 0 0 0 1.636 4.554 8.537 8.537 0 0 1-5.106-4.554Zm10.234 4.59a11.597 11.597 0 0 0 1.663-4.59h3.547a8.534 8.534 0 0 1-5.21 4.59Z",
fill: color
}));
};
export { SvgGlobe as S };