@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
18 lines (17 loc) • 745 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const FilingCabinetIcon=({width:e=24,height:a=24,hidden:t=!1,title:r="Filing Cabinet"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${a}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M31 2H5a1 1 0 0 0-1 1v24a1 1 0 0 0 1 1h3v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3h12v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3h3a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1Zm-1 24H6V16h24ZM6 14V4h24v10Z"
/>
<circle cx="18" cy="10" r="2" />
<circle cx="18" cy="20" r="2" />
</svg>`;
//# sourceMappingURL=FilingCabinet.js.map