@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 819 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const GraphBarVerticalStackedIcon=({width:a=24,height:t=24,hidden:e=!1,title:h="Graph Bar Vertical Stacked"}={})=>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="${h}"
>
<rect height="2" rx=".5" ry=".5" width="34" y="32" />
<path
d="M10 24h6v6h-6zM26 16h6v14h-6zM2 26h6v4H2zM18 20h6v10h-6zM24 11v7h-6v-7a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1ZM32 3v11h-6V3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1ZM16 19v3h-6v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1ZM8 21v3H2v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1Z"
/>
</svg>`;
//# sourceMappingURL=GraphBarVerticalStacked.js.map