@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.8 kB
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var _react = _interopRequireWildcard(require("react"));
var _accessibleIcon = require("../accessible-icon");
var _styles = require("../styles");
var _jsxRuntime = require("react/jsx-runtime");
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
const StyledGlobeSolid = ({
label,
color = "#000000",
className = "",
css = {},
viewBox = "0 0 24 24"
}, ref) => {
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_accessibleIcon.AccessibleIcon, {
label: label,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledSvg, {
className: className,
css: css,
viewBox: viewBox,
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
ref: ref,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledPath, {
css: {
fill: `${color}`
},
d: "M16.5 12C16.5 13.0406 16.4438 14.0437 16.3453 15H7.65469C7.55625 14.0437 7.45781 13.0406 7.45781 12C7.45781 10.9594 7.55625 9.95625 7.65469 9H16.3453C16.4438 9.95625 16.5 10.9594 16.5 12ZM23.6203 9C23.8687 9.96094 24 10.9641 24 12C24 13.0359 23.8687 14.0391 23.6203 15H17.85C17.9484 14.0344 18 12.9891 18 12C18 10.9688 17.9484 9.96562 17.85 9H23.6203ZM23.1281 7.5H17.6578C17.1891 4.50656 16.2609 1.99781 15.0656 0.395719C18.7406 1.36359 21.7219 4.02844 23.1281 7.5ZM16.1391 7.5H7.86094C8.14687 5.79375 8.5875 4.28344 9.12656 3.06328C9.61875 1.95656 10.1672 1.15359 10.6969 0.647344C11.2219 0.148969 11.6578 0 12 0C12.3422 0 12.7781 0.148969 13.3031 0.647344C13.8328 1.15359 14.3812 1.95656 14.8734 3.06328C15.4125 4.28344 15.8531 5.79375 16.1391 7.5ZM0.872344 7.5C2.27766 4.02844 5.25938 1.36359 8.93438 0.395719C7.73906 1.99781 6.81094 4.50656 6.34219 7.5H0.872344ZM6.15 9C6.05156 9.96562 5.95781 10.9688 5.95781 12C5.95781 12.9891 6.05156 14.0344 6.15 15H0.378047C0.13125 14.0391 0 13.0359 0 12C0 10.9641 0.13125 9.96094 0.378047 9H6.15ZM9.12656 20.9344C8.5875 19.7156 8.14687 18.2062 7.86094 16.5H16.1391C15.8531 18.2062 15.4125 19.7156 14.8734 20.9344C14.3812 22.0453 13.8328 22.8469 13.3031 23.3531C12.7781 23.85 12.3422 24 11.9578 24C11.6578 24 11.2219 23.85 10.6969 23.3531C10.1672 22.8469 9.61875 22.0453 9.12656 20.9344ZM8.93438 23.6063C5.25938 22.6359 2.27766 19.9734 0.872344 16.5H6.34219C6.81094 19.4953 7.73906 22.0031 8.93438 23.6063ZM15.0656 23.6063C16.2609 22.0031 17.1891 19.4953 17.6578 16.5H23.1281C21.7219 19.9734 18.7406 22.6359 15.0656 23.6063Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledGlobeSolid);
const GlobeSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = GlobeSolid;
exports.default = _default;
module.exports = exports.default;