@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 825 B
JavaScript
;import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const GraphBarHorizontalStackedIcon=({width:a=24,height:t=24,hidden:e=!1,title:r="Graph Bar Horizontal Stacked"}={})=>h`<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="${r}"
>
<rect height="34" rx=".5" ry=".5" width="2" x="2" y="2" />
<path
d="M6 20h6v6H6zM6 4h14v6H6zM6 28h4v6H6zM6 12h10v6H6zM25 12h-7v6h7a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1ZM33 4H22v6h11a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1ZM17 20h-3v6h3a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1ZM15 28h-3v6h3a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1Z"
/>
</svg>`;
//# sourceMappingURL=GraphBarHorizontalStacked.js.map