UNPKG

@jfstech/icons-react

Version:

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

25 lines 899 B
import * as React from "react"; function Paperclip02Icon({ 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", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M18.957 11.505 11.91 18.55c-1.917 1.918-4.793 2.144-6.748.19-1.918-1.918-1.669-4.696.287-6.652l7.92-7.92a3.087 3.087 0 0 1 4.375 0 3.087 3.087 0 0 1 0 4.376l-8.059 8.059a1.547 1.547 0 1 1-2.188-2.188l7.185-7.184" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(Paperclip02Icon); export default ForwardRef;