@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 723 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const EnterpriseIcon=({width:h=24,height:e=24,hidden:t=!1,title:r="Enterprise"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
width="${h}"
height="${e}"
viewBox="0 0 36 36"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M31 14h-9V5a1 1 0 0 0-1-1h-3V0h-2v4h-3a1 1 0 0 0-1 1v8.2L4 18v16h2V19.132l6-3.6V34h19a1 1 0 0 0 1-1V15a1 1 0 0 0-1-1Zm-5 16h-2v-2h2Zm0-4h-2v-2h2Zm0-4h-2v-2h2Zm0-4h-2v-2h2Zm4 12h-2v-2h2Zm0-4h-2v-2h2Zm0-4h-2v-2h2Zm0-4h-2v-2h2ZM8 20h2v14H8Z"
/>
</svg>`;
//# sourceMappingURL=Enterprise.js.map