@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 638 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const PivotIcon=({width:t=24,height:e=24,hidden:a=!1,title:l="Pivot"}={})=>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="M30 26V12a6 6 0 0 0-6-6H10V1.207a.5.5 0 0 0-.854-.353L0 10l9.146 9.146a.5.5 0 0 0 .854-.353V14h12v12h-4.793a.5.5 0 0 0-.354.854L26 36l9.146-9.146a.5.5 0 0 0-.353-.854Z"
/>
</svg>`;
//# sourceMappingURL=Pivot.js.map