@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 860 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const GovernmentIcon=({width:e=24,height:t=24,hidden:a=!1,title:r="Government"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
width="${e}"
height="${t}"
viewBox="0 0 36 36"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M35.5 32H34v-1.5a.5.5 0 0 0-.5-.5H32V14.828a2 2 0 0 1 .586-1.414L34 12H2l1.414 1.414A2 2 0 0 1 4 14.828V30H2.5a.5.5 0 0 0-.5.5V32H.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h35a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5ZM28 16v14h-2V16h2Zm-6 0v14h-2V16h2Zm-6 0v14h-2V16h2Zm-8 0h2v14H8V16Zm28-7.35V10H0V8.65a1 1 0 0 1 .594-.914L17.188.361a2 2 0 0 1 1.624 0l16.594 7.375A1 1 0 0 1 36 8.65Z"
/>
</svg>`;
//# sourceMappingURL=Government.js.map