@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
23 lines (22 loc) • 1.08 kB
JavaScript
"use strict";import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const RotateCCWIcon=({width:c=24,height:e=24,hidden:r=!1,title:t="Rotate CC W"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${c}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${t}"
>
<circle cx="26.747" cy="29.988" r="1.1" />
<circle cx="30.347" cy="26.121" r="1.1" />
<circle cx="21.992" cy="32.269" r="1.1" />
<circle cx="16.796" cy="32.756" r="1.1" />
<circle cx="11.712" cy="31.419" r="1.1" />
<circle cx="7.367" cy="28.392" r="1.1" />
<circle cx="4.454" cy="24.202" r="1.1" />
<path
d="M18 1.8A15.948 15.948 0 0 0 6.727 6.461L3.3 4.1a.5.5 0 0 0-.781.463l1.048 10.221 9.9-2.679a.5.5 0 0 0 .153-.894l-3.346-2.3a13.533 13.533 0 0 1 8.7-3.1c7.18 0 13.019 5.457 13.019 12.084v.028a14.832 14.832 0 0 1-.344 3.006 1.005 1.005 0 1 0 1.963.4A16 16 0 0 0 18 1.8Z"
/>
</svg>`;
//# sourceMappingURL=RotateCCW.js.map