@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 649 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ArchiveIcon=({width:e=24,height:t=24,hidden:r=!1,title:a="Archive"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<rect height="6" rx="1" ry="1" width="36" y="4" />
<path
d="M2 12v19a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V12Zm21 12H13a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1Z"
/>
</svg>`;
//# sourceMappingURL=Archive.js.map