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.04 kB
const React = require("react"); function PinIcon({ 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: "M10.78 1a.75.75 0 0 0-.532.219L8.86 2.609a.75.75 0 0 0 0 1.06l.164.163-2.201 2.2c-.59-.324-1.233-.504-1.867-.425-.877.11-1.707.529-2.345 1.168a.75.75 0 0 0 0 1.06l2.246 2.246-3.636 3.636a.75.75 0 0 0 0 1.062.75.75 0 0 0 1.062 0l3.636-3.636 2.246 2.246a.75.75 0 0 0 1.06 0 4.054 4.054 0 0 0 1.168-2.345c.079-.635-.1-1.28-.426-1.87l2.199-2.198.164.164a.75.75 0 0 0 1.06 0l1.39-1.389a.75.75 0 0 0 0-1.06l-3.472-3.472A.75.75 0 0 0 10.78 1Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(PinIcon); module.exports = ForwardRef;