@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 2.94 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 StyledLocationDotSlashSolid = ({
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: "M5.77499 5.57825C7.02374 3.43813 9.34499 2 12 2C15.975 2 19.2 5.2235 19.2 9.2C19.2 10.6513 18.3375 12.605 17.2125 14.5438L23.655 19.5913C24.045 19.8988 24.1162 20.465 23.8087 20.855C23.5012 21.245 22.935 21.3162 22.545 21.0088L0.344843 3.60838C-0.0463567 3.30163 -0.114944 2.73613 0.191693 2.34485C0.498368 1.95365 1.06387 1.88506 1.45537 2.1917L5.77499 5.57825ZM9.66749 8.63L13.11 11.3263C13.8787 10.925 14.4 10.1263 14.4 9.2C14.4 7.87625 13.3237 6.8 12 6.8C10.8712 6.8 9.92624 7.58 9.66749 8.63ZM11.1112 20.72C9.22124 18.3575 4.96124 12.695 4.80374 9.38375L15.2325 17.6038C14.3512 18.8563 13.4962 19.9588 12.8887 20.72C12.4275 21.2938 11.5725 21.2938 11.1112 20.72Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledLocationDotSlashSolid);
const LocationDotSlashSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = LocationDotSlashSolid;
exports.default = _default;
module.exports = exports.default;