@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
27 lines (26 loc) • 1.66 kB
JavaScript
"use strict";import{tag as t}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const BuildingsIcon=({width:c=24,height:r=24,hidden:l=!1,title:e="Buildings"}={})=>t`<svg
xmlns="http://www.w3.org/2000/svg"
width="${c}"
height="${r}"
viewBox="0 0 20 20"
aria-hidden=${l?"true":"false"}
role="img"
fill="currentColor"
aria-label="${e}"
>
<path
d="m16.75,17h-1.75c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h1.75c.41406,0,.75049-.33691.75049-.75v-6.5c0-.41309-.33643-.75-.75049-.75h-1.75c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h1.75c1.24072,0,2.25049,1.00977,2.25049,2.25v6.5c0,1.24023-1.00977,2.25-2.25049,2.25Z"
fill="currentColor"
/>
<circle cx="9" cy="7" r="1" fill="currentColor" />
<circle cx="5" cy="10.00019" r="1" fill="currentColor" />
<circle cx="5" cy="7" r="1" fill="currentColor" />
<path
d="m10.75,3H3.25c-1.24072,0-2.25,1.00977-2.25,2.25v9.5c0,1.24023,1.00928,2.25,2.25,2.25h7.5c1.24072,0,2.25-1.00977,2.25-2.25V5.25c0-1.24023-1.00928-2.25-2.25-2.25Zm-2.50146,12.5h-2.49854v-1c0-.41309.33643-.75.75-.75h.99854c.41357,0,.75.33691.75.75v1Zm3.25146-.75c0,.41309-.33643.75-.75.75h-1.00146v-1c0-1.24023-1.00928-2.25-2.25-2.25h-.99854c-1.24072,0-2.25,1.00977-2.25,2.25v1h-1c-.41357,0-.75-.33691-.75-.75V5.25c0-.41309.33643-.75.75-.75h7.5c.41357,0,.75.33691.75.75v9.5Z"
fill="currentColor"
/>
<circle cx="9" cy="10.00019" r="1" fill="currentColor" />
<circle cx="15" cy="10.00019" r="1" fill="currentColor" />
<circle cx="15" cy="13" r="1" fill="currentColor" />
</svg>`;
//# sourceMappingURL=Buildings.js.map