@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 616 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const SwitchIcon=({width:t=24,height:e=24,hidden:a=!1,title:l="Switch"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="m36 18-9.146-9.146a.5.5 0 0 0-.854.353V14H10V9.207a.5.5 0 0 0-.854-.354L0 18l9.146 9.146a.5.5 0 0 0 .854-.353V22h16v4.793a.5.5 0 0 0 .854.354Z"
/>
</svg>`;
//# sourceMappingURL=Switch.js.map