UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

32 lines • 2.49 kB
import React, { forwardRef, memo } from "react"; import { AccessibleIcon } from "../accessible-icon"; import { StyledSvg, StyledPath } from "../styles"; import { jsx as _jsx } from "react/jsx-runtime"; const StyledLocationCrosshairsSlashRegular = ({ label, color = "#000000", className = "", css = {}, viewBox = "0 0 24 24" }, ref) => { return /*#__PURE__*/_jsx(AccessibleIcon, { label: label, children: /*#__PURE__*/_jsx(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__*/_jsx(StyledPath, { css: { fill: `${color}` }, d: "M6.93374 6.48499C8.03249 5.39487 9.48374 4.65724 11.1 4.45587V2.89999C11.1 2.40312 11.5012 2.00003 12 2.00003C12.4987 2.00003 12.9 2.40312 12.9 2.89999V4.45587C16.155 4.86199 18.7387 7.44499 19.1437 10.7H20.7C21.1987 10.7 21.6 11.1012 21.6 11.6C21.6 12.0987 21.1987 12.5 20.7 12.5H19.1437C19.0162 13.5125 18.6825 14.4612 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.36624 7.60624L9.80999 8.74249C10.4175 8.27749 11.175 7.99999 12 7.99999C13.9875 7.99999 15.6 9.57874 15.6 11.6C15.6 12.1137 15.4912 12.6012 15.2662 13.0437L16.7475 14.1762C17.1637 13.4112 17.4 12.5337 17.4 11.6C17.4 8.61874 14.9812 6.19999 12 6.19999C10.6012 6.19999 9.32249 6.73249 8.36624 7.60624ZM13.7812 11.855C13.7925 11.7725 13.8 11.6862 13.8 11.6C13.8 10.6062 12.9937 9.79999 12 9.79999C11.7637 9.79999 11.535 9.84499 11.3287 9.93124L13.7812 11.855ZM12.9 18.7437V20.3C12.9 20.7987 12.4987 21.2 12 21.2C11.5012 21.2 11.1 20.7987 11.1 20.3V18.7437C7.84499 18.3387 5.26124 15.7587 4.85624 12.5H3.29999C2.80312 12.5 2.39999 12.0987 2.39999 11.6C2.39999 11.1012 2.80312 10.7 3.29999 10.7H4.85624C4.90124 10.2912 4.97999 9.95749 5.08124 9.60124L6.65249 10.8425C6.61874 11.09 6.59999 11.3412 6.59999 11.6C6.59999 14.5812 9.01874 17 12 17C12.7012 17 13.3725 16.865 13.9875 16.6212L15.5587 17.8587C14.7562 18.3162 13.8562 18.6237 12.9 18.7437Z" }) }) }); }; const ForwardRef = /*#__PURE__*/forwardRef(StyledLocationCrosshairsSlashRegular); const LocationCrosshairsSlashRegular = /*#__PURE__*/memo(ForwardRef); export default LocationCrosshairsSlashRegular;