@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 857 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const FolderArchiveIcon=({width:a=24,height:e=24,hidden:t=!1,title:r="Folder Archive"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M14 23.828A3 3 0 0 1 12 21v-2a3 3 0 0 1 3-3h19v-5a1 1 0 0 0-1-1H2v21a1 1 0 0 0 1 1h11Z"
/>
<path
d="M35 22H15a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1Zm-1 2v11a1 1 0 0 1-1 1H17a1 1 0 0 1-1-1V24Zm-6 6v-1a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1ZM16 6H2V3.5A1.5 1.5 0 0 1 3.5 2h7.672a2 2 0 0 1 1.414.586Z"
/>
</svg>`;
//# sourceMappingURL=FolderArchive.js.map