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