UNPKG

@spectrum-web-components/icons-workflow

Version:

Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:

19 lines (18 loc) 843 B
"use strict";import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const TreeViewIcon=({width:e=24,height:t=24,hidden:r=!1,title:i="Tree View"}={})=>h`<svg xmlns="http://www.w3.org/2000/svg" width="${e}" height="${t}" viewBox="0 0 36 36" aria-hidden=${r?"true":"false"} role="img" fill="currentColor" aria-label="${i}" > <rect x="2" y="2" width="6" height="6" rx=".5" ry=".5" /> <rect x="10" y="4" width="24" height="4" rx=".25" ry=".25" /> <rect x="18" y="16" width="16" height="4" rx=".25" ry=".25" /> <rect x="18" y="28" width="16" height="4" rx=".25" ry=".25" /> <rect x="10" y="14" width="6" height="6" rx=".5" ry=".5" /> <rect x="10" y="26" width="6" height="6" rx=".5" ry=".5" /> </svg>`; //# sourceMappingURL=TreeView.js.map