@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
20 lines (19 loc) • 835 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const FileFolderIcon=({width:a=24,height:e=24,hidden:t=!1,title:l="File Folder"}={})=>r`<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="${l}"
>
<path d="M20 2v10h10L20 2z" />
<path
d="M18 33.5V23a3 3 0 0 1 3-3h4.586a2.982 2.982 0 0 1 2.121.879L30 23.172V14H19a1 1 0 0 1-1-1V2H7a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h11.1a2.385 2.385 0 0 1-.1-.5Z"
/>
<path
d="M33.5 34h-13a.5.5 0 0 1-.5-.5V26h13.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5ZM28 24l-1.707-1.707a1 1 0 0 0-.707-.293H21a1 1 0 0 0-1 1v1Z"
/>
</svg>`;
//# sourceMappingURL=FileFolder.js.map