UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.65 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 StyledLocationCrosshairsSlashSolid = ({ 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: "M6.93374 6.48499C7.96499 5.46274 9.30374 4.75062 10.8 4.49974V3.19999C10.8 2.53737 11.3362 2.00003 12 2.00003C12.6637 2.00003 13.2 2.53737 13.2 3.19999V4.49974C16.215 5.00524 18.5962 7.38499 19.0987 10.4H20.4C21.0637 10.4 21.6 10.9362 21.6 11.6C21.6 12.2637 21.0637 12.8 20.4 12.8H19.0987C18.9487 13.7 18.63 14.5437 18.18 15.2975L23.655 19.5912C24.045 19.8987 24.1162 20.465 23.8087 20.855C23.5012 21.245 22.935 21.3162 22.545 21.0087L0.344843 3.60837C-0.0463567 3.30162 -0.114944 2.73612 0.191693 2.34484C0.498368 1.95364 1.06387 1.88506 1.45537 2.19169L6.93374 6.48499ZM8.84249 7.98124L10.3012 9.12499C10.785 8.79499 11.37 8.59999 12 8.59999C13.6575 8.59999 15 9.94249 15 11.6C15 11.9712 14.9325 12.3275 14.8087 12.6575L16.2675 13.8012C16.6087 13.1412 16.8 12.395 16.8 11.6C16.8 8.94874 14.6512 6.79999 12 6.79999C10.7925 6.79999 9.68624 7.24624 8.84249 7.98124ZM13.2 18.6987V20C13.2 20.6637 12.6637 21.2 12 21.2C11.3362 21.2 10.8 20.6637 10.8 20V18.6987C7.78499 18.1962 5.40374 15.815 4.90124 12.8H3.59999C2.93737 12.8 2.39999 12.2637 2.39999 11.6C2.39999 10.9362 2.93737 10.4 3.59999 10.4H4.90124C4.94624 10.13 5.00624 9.86374 5.08124 9.60124L7.21124 11.2812C7.20374 11.3862 7.19999 11.4912 7.19999 11.6C7.19999 14.2512 9.34874 16.4 12 16.4C12.4987 16.4 12.9787 16.2912 13.4325 16.1825L15.5587 17.8587C14.8425 18.2675 14.0475 18.56 13.2 18.6987Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledLocationCrosshairsSlashSolid); const LocationCrosshairsSlashSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = LocationCrosshairsSlashSolid; exports.default = _default; module.exports = exports.default;