UNPKG

@astraicons/react

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

29 lines 1.53 kB
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", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M20 10.333C20 16.047 13.6 22 12 22m8-11.667q0-.383-.032-.756m.032.756-.032-.756M12 22a1 1 0 0 1-.135-.012M12 22l-.135-.012m8.103-12.41a9 9 0 0 0-.177-1.143m0 0a9 9 0 0 0-.162-.617m.162.617-.162-.617m0 0L19.5 7.5m-7.635 14.488a1.4 1.4 0 0 1-.21-.054m0 0a3 3 0 0 1-.387-.164m.387.164-.387-.164m0 0a5 5 0 0 1-.35-.197m0 0a7 7 0 0 1-.324-.21m.323.21-.323-.21m0 0q-.248-.17-.515-.38m0 0a13 13 0 0 1-.444-.364m.444.364-.444-.364m0 0a16 16 0 0 1-.73-.668m0 0a18 18 0 0 1-.349-.347m.348.347-.348-.347m0 0q-.31-.316-.62-.665m9.528-14.692C16.034 2.853 14.113 2 12 2c-4.418 0-8 3.731-8 8.333 0 1.687.558 3.395 1.386 4.964l.153.301.077.15M17.464 4.247l.077.075z" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M10.031 13A3.5 3.5 0 0 1 9 10.516 3.51 3.51 0 0 1 12.516 7c.972 0 1.851.398 2.484 1.031M21 2 3 20", opacity: 0.4 })); } const ForwardRef = React.forwardRef(LocationSlashIcon); export default ForwardRef;