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.09 kB
const React = require("react"); function ArrowPathSingleClockwiseIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", 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: "M11.046 2.068a7.983 7.983 0 0 1 4.611 2.274l.754.754V2.869a.75.75 0 0 1 .75-.75.75.75 0 0 1 .75.75v4.04a.75.75 0 0 1-.75.75h-4.04a.75.75 0 0 1-.75-.75.75.75 0 0 1 .75-.75h2.231l-.756-.757a6.492 6.492 0 0 0-7.845-1.031 6.496 6.496 0 0 0-3.03 7.313A6.49 6.49 0 0 0 10 16.5a6.498 6.498 0 0 0 6.28-4.82.75.75 0 0 1 .917-.53.75.75 0 0 1 .531.918A8.01 8.01 0 0 1 10 18a8.002 8.002 0 0 1-7.727-5.928 8.01 8.01 0 0 1 3.729-9 7.992 7.992 0 0 1 5.045-1.004Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathSingleClockwiseIcon); module.exports = ForwardRef;