@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.77 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 StyledEarthAmericasRegular = ({
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: "M0 12C0 5.37188 5.37188 0 12 0C18.6281 0 24 5.37188 24 12C24 18.6281 18.6281 24 12 24C5.37188 24 0 18.6281 0 12ZM12 21.75C17.3859 21.75 21.75 17.3859 21.75 12C21.75 6.61406 17.3859 2.25 12 2.25C6.61406 2.25 2.25 6.61406 2.25 12C2.25 17.3859 6.61406 21.75 12 21.75ZM19.2375 11.9672L18.4453 9.59063C18.1969 8.84063 18.5766 8.02031 19.3125 7.725L21.75 6.75L22.5 13.5L20.2969 12.9516C19.8 12.825 19.4016 12.4547 19.2375 11.9672ZM3.14391 9.81562L2.25 8.25L3 6L6.75 2.25L11.625 0.75L12.6 2.45719C12.9141 3.0075 12.8484 3.69609 12.4359 4.1775L11.7 5.03906C11.2219 5.59219 11.2172 6.4125 11.6859 6.975L12.3234 7.73438C12.5766 8.03906 12.6 8.475 12.3797 8.80781C12.1547 9.14062 11.7328 9.28594 11.3531 9.15937L10.2234 8.79844C9.93281 8.68594 9.57656 8.71406 9.26719 8.86875L8.98594 9.00469C8.56406 9.22031 8.3625 9.70781 8.5125 10.1578C8.58281 10.3781 8.7375 10.5656 8.93906 10.6781L10.5562 11.6063C11.0109 11.8641 11.5266 11.9578 12.0047 11.9578H14.0672C14.6625 11.9578 15.2391 12.2391 15.6609 12.6609L15.8391 12.8391C16.2609 13.2609 16.5 13.8375 16.5 14.4328V14.8172C16.5 15.6281 16.0687 16.3734 15.3656 16.7719L14.9344 17.0203C14.2547 17.4094 13.7531 18.0047 13.5375 18.8016L13.4672 19.0547C13.2562 19.7953 12.6703 20.3812 11.9297 20.5922C11.2125 20.7984 10.4578 20.2594 10.4578 19.5141V18.0891C10.4578 17.5734 10.2094 17.1047 9.70781 16.875C9.29063 16.6453 8.95781 16.1766 8.95781 15.6609V13.7906C8.95781 12.9516 8.44688 12.2156 7.59844 11.9859L4.92656 11.2125C4.17141 10.9969 3.5325 10.4953 3.14391 9.81562Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledEarthAmericasRegular);
const EarthAmericasRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = EarthAmericasRegular;
exports.default = _default;
module.exports = exports.default;