@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 736 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const StageIcon=({width:t=24,height:a=24,hidden:e=!1,title:l="Stage"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${a}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path d="M8 27v-9a21.309 21.309 0 0 0 8-16H3a1 1 0 0 0-1 1v25h5a1 1 0 0 0 1-1Z" />
<path
d="M25.637 30V16.042l.875-.875a3.617 3.617 0 1 0-2.027-2.113l-8.556 8.875a.732.732 0 0 0 0 1.036L16.965 24A.732.732 0 0 0 18 24l4.707-5.029V30H2v3a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1v-3Z"
/>
</svg>`;
//# sourceMappingURL=Stage.js.map