@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 680 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const RewindCircleIcon=({width:e=24,height:t=24,hidden:l=!1,title:r="Rewind Circle"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${l?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M18 2A16 16 0 1 1 2 18 16 16 0 0 1 18 2Zm2 19.91 2.861 2.5a1 1 0 0 0 1.659-.753V12.249a1 1 0 0 0-1.659-.753L20 14Zm-3.658 2.5A1 1 0 0 0 18 23.662V12.248a1 1 0 0 0-1.658-.752l-7.383 6.459Z"
/>
</svg>`;
//# sourceMappingURL=RewindCircle.js.map