UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.21 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 StyledLocationCheckRegular = ({ 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: "M11.2761 12.7878C10.8766 13.2671 10.1623 13.2671 9.72052 12.7878L7.09012 10.156C6.64976 9.7565 6.64976 9.04215 7.09012 8.60038C7.53047 8.16331 8.24482 8.16331 8.64429 8.60038L10.5195 10.4379L14.9841 5.96857C15.4259 5.5315 16.1403 5.5315 16.5397 5.96857C17.0191 6.41034 17.0191 7.12469 16.5397 7.52416L11.2761 12.7878ZM21.0467 9.02335C21.0467 13.1309 15.5481 20.4435 13.1372 23.4607C12.5591 24.1798 11.4876 24.1798 10.9095 23.4607C8.45631 20.4435 3 13.1309 3 9.02335C3 4.03983 7.03983 0 12.0234 0C17.005 0 21.0467 4.03983 21.0467 9.02335ZM12.0234 2.25584C8.28712 2.25584 5.25584 5.28712 5.25584 9.02335C5.25584 9.60611 5.46685 10.5084 5.97489 11.7116C6.46741 12.8771 7.16672 14.1648 7.97224 15.4666C9.30695 17.6378 10.8578 19.6963 12.0234 21.2284C13.1889 19.6963 14.7398 17.6378 16.0745 15.4666C16.8781 14.1648 17.5784 12.8771 18.0718 11.7116C18.5794 10.5084 18.7909 9.60611 18.7909 9.02335C18.7909 5.28712 15.7596 2.25584 12.0234 2.25584Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledLocationCheckRegular); const LocationCheckRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = LocationCheckRegular; exports.default = _default; module.exports = exports.default;