@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 694 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const SyncIcon=({width:a=24,height:t=24,hidden:e=!1,title:l="Sync"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M14 27v-6a1 1 0 0 1 1-1h11v-4.793a.5.5 0 0 1 .854-.354L36 24l-9.146 9.146a.5.5 0 0 1-.854-.353V28H15a1 1 0 0 1-1-1ZM22 15V9a1 1 0 0 0-1-1H10V3.207a.5.5 0 0 0-.854-.354L0 12l9.146 9.146a.5.5 0 0 0 .854-.353V16h11a1 1 0 0 0 1-1Z"
/>
</svg>`;
//# sourceMappingURL=Sync.js.map