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-

22 lines 1.12 kB
import * as React from "react"; function PinSlashIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M2.219 2.219a.749.749 0 0 1 1.058 0l10.485 10.484a.749.749 0 1 1-1.059 1.059L2.22 3.277a.749.749 0 0 1 0-1.058zM10.779 1a.75.75 0 0 0-.531.219l-1.389 1.39a.75.75 0 0 0 0 1.06l.164.163L8.016 4.84l3.142 3.142 1.008-1.005.164.164a.75.75 0 0 0 1.06 0l1.391-1.389a.75.75 0 0 0 0-1.06L11.31 1.218a.75.75 0 0 0-.53-.219ZM3.146 6.322c-.19.135-.368.287-.535.453a.75.75 0 0 0 0 1.06l2.246 2.245-3.636 3.637a.75.75 0 0 0 0 1.062.75.75 0 0 0 1.062 0l3.635-3.636 2.246 2.246a.75.75 0 0 0 1.06 0c.167-.167.319-.346.454-.535z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(PinSlashIcon); export default ForwardRef;