@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 745 B
JavaScript
"use strict";import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const PanelIcon=({width:t=24,height:e=24,hidden:r=!1,title:h="Panel"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${h}"
>
<rect height="3" rx="1" ry="1" width="16" x="10" y="30" />
<rect height="3" rx="1" ry="1" width="16" x="10" y="8" />
<rect height="3" rx="1" ry="1" width="16" x="10" y="14" />
<path
d="M30.5 2h-25A1.5 1.5 0 0 0 4 3.5V34h2v-8h24v8h2V3.5A1.5 1.5 0 0 0 30.5 2ZM30 22H6V4h24Z"
/>
</svg>`;
//# sourceMappingURL=Panel.js.map