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 959 B
const React = require("react"); function ArrowPathSingleCounterclockwiseIcon({ 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: "M5.637 5.634A9.002 8.997 60.506 0 1 16.5 4.206a9.002 8.997 60.506 0 1 4.194 10.125A9.002 8.997 60.506 0 1 12.003 21a9.002 8.997 60.506 0 1-8.693-6.673m2.327-8.693L3.13 8.14m-.017-4.994v5.015m0 0h5.013" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathSingleCounterclockwiseIcon); module.exports = ForwardRef;