UNPKG

@sidekickicons/react

Version:

<p align="center"> <a href="https://heroicons.com" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ndri/sidekickicons/HEAD/.github/logo-dark.svg"> <source media="(prefers-

26 lines 857 B
const React = require("react"); function PinSlashIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", "data-slot": "icon", fill: "none", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "m3 3 18 18M9 15l-6 6m10.853-3.149c-.225.419-.514.81-.853 1.149l-8-8c.34-.34.73-.628 1.149-.853m4.351.353v0L15 6v0l-1-1 2-2 5 5-2 2-1-1-4.5 4.5v0" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(PinSlashIcon); module.exports = ForwardRef;