@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.3 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 StyledLocationDotRegular = ({
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: "M15.7831 9.02335C15.7831 11.1006 14.1006 12.7831 12.0234 12.7831C9.9461 12.7831 8.26362 11.1006 8.26362 9.02335C8.26362 6.9461 9.9461 5.26362 12.0234 5.26362C14.1006 5.26362 15.7831 6.9461 15.7831 9.02335ZM12.0234 7.51946C11.1915 7.51946 10.5195 8.19151 10.5195 9.02335C10.5195 9.85519 11.1915 10.5272 12.0234 10.5272C12.8552 10.5272 13.5272 9.85519 13.5272 9.02335C13.5272 8.19151 12.8552 7.51946 12.0234 7.51946ZM21.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)(StyledLocationDotRegular);
const LocationDotRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = LocationDotRegular;
exports.default = _default;
module.exports = exports.default;