@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
20 lines (19 loc) • 874 B
JavaScript
"use strict";import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const InboxIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Inbox"}={})=>h`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<rect height="2" rx=".5" ry=".5" width="24" x="6" y="4" />
<rect height="2" rx=".5" ry=".5" width="24" x="6" y="8" />
<rect height="2" rx=".5" ry=".5" width="24" x="6" y="12" />
<rect height="2" rx=".5" ry=".5" width="24" x="6" y="16" />
<path
d="M32 10v10h-5a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1H11a1 1 0 0 1-1-1v-2a1 1 0 0 0-1-1H4V10H1a1 1 0 0 0-1 1v20a1 1 0 0 0 1 1h34a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1Z"
/>
</svg>`;
//# sourceMappingURL=Inbox.js.map