@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 818 B
JavaScript
"use strict";import{tag as i}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const GraphGanttIcon=({width:t=24,height:r=24,hidden:e=!1,title:h="Graph Gantt"}={})=>i`<svg
xmlns="http://www.w3.org/2000/svg"
height="${r}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${h}"
>
<rect height="4" rx="1" ry="1" width="8" />
<rect height="4" rx="1" ry="1" width="18" x="6" y="6" />
<rect height="4" rx="1" ry="1" width="8" x="10" y="12" />
<rect height="4" rx="1" ry="1" width="6" x="14" y="18" />
<rect height="4" rx="1" ry="1" width="16" x="14" y="24" />
<rect height="4" rx="1" ry="1" width="18" x="18" y="30" />
</svg>`;
//# sourceMappingURL=GraphGantt.js.map