@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 678 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const MailboxIcon=({width:a=24,height:t=24,hidden:e=!1,title:l="Mailbox"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M5 8a5 5 0 0 0-5 5v16a1 1 0 0 0 1 1h11V13a5 5 0 0 0-5-5ZM31 8H18v7a1 1 0 0 1-1 1h-3v14h21a1 1 0 0 0 1-1V13a5 5 0 0 0-5-5Z"
/>
<path d="M21 0h-6a1 1 0 0 0-1 1v13h2V6h5a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1Z" />
</svg>`;
//# sourceMappingURL=Mailbox.js.map