UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.72 kB
"use strict"; 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 StyledEarthAmericasSolid = ({ 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: "M24 12C24 18.6281 18.6281 24 12 24C5.37188 24 0 18.6281 0 12C0 5.37188 5.37188 0 12 0C18.6281 0 24 5.37188 24 12ZM2.70516 9.00469L3.14391 9.81562C3.5325 10.4953 4.17141 10.9969 4.92656 11.2125L7.59844 11.9859C8.44688 12.2156 9 12.9516 9 13.7906V15.6609C9 16.1766 9.29062 16.6453 9.75 16.8328C10.2094 17.1047 10.5 17.5734 10.5 18.0891V19.9172C10.5 20.6484 11.1984 21.1734 11.9016 20.9719C12.6609 20.7563 13.2422 20.1141 13.4344 19.3922L13.5656 18.8672C13.7625 18.075 14.2781 17.3953 14.9859 16.9875L15.3656 16.7719C16.0687 16.3734 16.5 15.6281 16.5 14.8172V14.4328C16.5 13.8328 16.2609 13.2609 15.8391 12.8391L15.6609 12.6609C15.2391 12.2391 14.6625 11.9578 14.0672 11.9578H12.0047C11.5266 11.9578 11.0109 11.8641 10.5562 11.6063L8.93906 10.6781C8.7375 10.5656 8.58281 10.3781 8.5125 10.1578C8.3625 9.70781 8.56406 9.22031 8.98594 9.00469L9.26719 8.86875C9.57656 8.71406 9.93281 8.68594 10.2234 8.79844L11.3531 9.15937C11.7328 9.28594 12.1547 9.14062 12.3797 8.80781C12.6 8.475 12.5766 8.03906 12.3234 7.73438L11.6859 6.975C11.2172 6.4125 11.2219 5.59219 11.7 5.03906L12.4359 4.1775C12.8484 3.69609 12.9141 3.0075 12.6 2.45719L12.4875 2.26219C12.2859 2.25422 12.1641 2.25 12 2.25C7.64531 2.25 3.95625 5.10469 2.70516 9.00469ZM20.5125 7.24219L19.3125 7.725C18.5766 8.02031 18.1969 8.83594 18.4453 9.59063L19.2375 11.9672C19.4016 12.4547 19.8 12.825 20.2969 12.9516L21.6656 13.2891C21.7219 12.8672 21.75 12.4359 21.75 12C21.75 10.275 21.3 8.65312 20.5125 7.24219Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledEarthAmericasSolid); const EarthAmericasSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = EarthAmericasSolid; exports.default = _default; module.exports = exports.default;