@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 745 B
JavaScript
;import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const SelectContainerIcon=({width:e=24,height:t=24,hidden:a=!1,title:r="Select Container"}={})=>h`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M33 6H7a1 1 0 0 0-1 1v26a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1ZM14 32H8v-4h6Zm0-6H8v-4h6Zm0-6H8v-4h6Zm18 12H16v-4h16Zm0-6H16v-4h16Zm0-6H16v-4h16Zm0-6H8V8h24Z"
/>
<path d="M4 4h26V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v26a1 1 0 0 0 1 1h1Z" />
</svg>`;
//# sourceMappingURL=SelectContainer.js.map