@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
21 lines (20 loc) • 1.23 kB
JavaScript
"use strict";import{tag as t}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const BuildingIcon=({width:r=24,height:l=24,hidden:c=!1,title:e="Building"}={})=>t`<svg
xmlns="http://www.w3.org/2000/svg"
width="${r}"
height="${l}"
viewBox="0 0 20 20"
aria-hidden=${c?"true":"false"}
role="img"
fill="currentColor"
aria-label="${e}"
>
<circle cx="12" cy="5" r="1" fill="currentColor" />
<circle cx="8" cy="8.00019" r="1" fill="currentColor" />
<circle cx="8" cy="5" r="1" fill="currentColor" />
<circle cx="12" cy="8.00019" r="1" fill="currentColor" />
<path
d="M14.75,1H5.25c-1.24023,0-2.25,1.00977-2.25,2.25v12.5c0,1.24023,1.00977,2.25,2.25,2.25h9.5c1.24023,0,2.25-1.00977,2.25-2.25V3.25c0-1.24023-1.00977-2.25-2.25-2.25ZM11.49902,16.5h-2.49902v-3.25c0-.41309.33691-.75.75-.75h.99902c.41309,0,.75.33691.75.75v3.25ZM15.5,15.75c0,.41309-.33691.75-.75.75h-1.75098v-3.25c0-1.24023-1.00977-2.25-2.25-2.25h-.99902c-1.24023,0-2.25,1.00977-2.25,2.25v3.25h-2.25c-.41309,0-.75-.33691-.75-.75V3.25c0-.41309.33691-.75.75-.75h9.5c.41309,0,.75.33691.75.75v12.5Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=Building.js.map