@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
33 lines • 2.94 kB
JavaScript
import * as React from "react";
function LocationSlashIcon({
title,
titleId,
...props
}, svgRef) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true",
ref: svgRef,
"aria-labelledby": titleId
}, props), title ? /*#__PURE__*/React.createElement("title", {
id: titleId
}, title) : null, /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M11.75 2.75c-4.418 0-8 3.731-8 8.333 0 1.687.558 3.395 1.386 4.964l.082.162.123.246c.148.297.04.07.127.217l.412-.392 1.126-1.069 1.66-1.578.2-.188.527-.502.385-.365 3.89-3.697c.022.021.161-.152.602-.571l.293-.278.156-.149.052-.05c-.483-.411-.029-.03 0 0l2.675-2.54.022-.043-.177-.178C15.853 3.634 13.9 2.75 11.75 2.75m3.021 5.084C14.031 7.1 13 7 12.357 7.014a4.26 4.26 0 0 0-4.368 4.16 4.26 4.26 0 0 0 1.176 3.044l-.498-.585 1.11-1.055.475.606a2.76 2.76 0 0 1-.764-1.974C9.526 9.68 10.97 8.463 12.5 8.5c0 0 .5 0 1.169.381zm4.979 3.25-.032-.757q.032.374.032.756m-.209-1.9-.162-.616q.092.303.162.617M11.75 22.75a1 1 0 0 1-.135-.012zm-.345-.066a3 3 0 0 1-.387-.164zm-.738-.361a7 7 0 0 1-.323-.21zm-.838-.59a13 13 0 0 1-.444-.364zm-1.175-1.032a18 18 0 0 1-.348-.347z",
clipRule: "evenodd"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M21.775 2.214c.3.285.3.748 0 1.034L3.313 20.786a.8.8 0 0 1-1.088 0 .705.705 0 0 1 0-1.033L20.687 2.214a.8.8 0 0 1 1.088 0",
clipRule: "evenodd"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 22c1.6 0 8-5.953 8-11.667l-.032-.756a9 9 0 0 0-.177-1.142l-.162-.617A8.6 8.6 0 0 1 20 10.333C20 16.047 13.6 22 12 22a1 1 0 0 1-.135-.012 1.4 1.4 0 0 1-.21-.054 3 3 0 0 1-.387-.164 5 5 0 0 1-.35-.197 7 7 0 0 1-.324-.21q-.248-.17-.515-.38a13 13 0 0 1-.444-.364 16 16 0 0 1-1.079-1.015l.348.347q.373.361.73.668l.445.364q.267.21.515.38l.323.21q.185.112.35.197l.388.164q.112.037.21.054zM6 16.5c-.113-.191-.375-.728-.532-1.041l-.082-.162.082.162z"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M18.604 7.918a.7.7 0 0 1 .909.383l.132.326.009.03a8.7 8.7 0 0 1 .375 2.543c0 2.894-1.605 5.762-3.32 7.86-.866 1.06-1.786 1.956-2.598 2.593-.405.318-.795.58-1.148.767-.329.175-.71.33-1.073.33q-.126-.001-.241-.02a2 2 0 0 1-.299-.076 3.3 3.3 0 0 1-.457-.194 5 5 0 0 1-.375-.21 8 8 0 0 1-.331-.215 10 10 0 0 1-.515-.38 15.725 15.725 0 0 1-1.485-1.345q-.3-.305-.599-.642a.698.698 0 1 1 1.043-.927q.276.31.55.592l.318.316q.328.317.639.584l.401.33q.226.176.43.317l.285.185q.135.081.25.14l.307.131.048.013.042.004a1 1 0 0 0 .096-.026q.12-.039.313-.14c.258-.136.577-.348.94-.632.723-.567 1.57-1.389 2.378-2.378 1.631-1.995 3-4.546 3.006-6.963l-.03-.673a7 7 0 0 0-.145-.943l-.136-.517-.103-.255a.7.7 0 0 1 .384-.908",
clipRule: "evenodd"
}));
}
const ForwardRef = React.forwardRef(LocationSlashIcon);
export default ForwardRef;