@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 827 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ServersIcon=({width:a=24,height:e=24,hidden:t=!1,title:h="Servers"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${h}"
>
<path
d="M11 10h22a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v3H4V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v31a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V30h6v3a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1H4v-8h6v1a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v3H4V8h6v1a1 1 0 0 0 1 1Zm1 18h4v2h-4Zm0-12h4v2h-4Zm0-12h4v2h-4Z"
/>
</svg>`;
//# sourceMappingURL=Servers.js.map