@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 750 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const OrganisationsIcon=({width:a=24,height:t=24,hidden:h=!1,title:e="Organisations"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${h?"true":"false"}
role="img"
fill="currentColor"
aria-label="${e}"
>
<path
d="M33 2H15a1 1 0 0 0-1 1v11h10v20h9a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1Zm-11 8h-6V6h6Zm10 16h-6v-4h6Zm0-8h-6v-4h6Zm0-8h-6V6h6Z"
/>
<path
d="M2 17v16a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V17a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1Zm12 1h6v4h-6ZM4 18h6v4H4Zm0 8h6v4H4Z"
/>
</svg>`;
//# sourceMappingURL=Organisations.js.map