@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 822 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const EmailIcon=({width:t=24,height:e=24,hidden:l=!1,title:a="Email"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${l?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<path
d="M18 20.188 36 6.665v-1.5A1.147 1.147 0 0 0 34.875 4H1.125A1.147 1.147 0 0 0 0 5.167v1.469ZM24.779 17.963 36 26.367V9.541l-11.221 8.422z"
/>
<path
d="m22.866 19.4-3.576 2.694a2.172 2.172 0 0 1-2.58 0l-3.628-2.719L0 29.068v1.766A1.146 1.146 0 0 0 1.125 32h33.75A1.146 1.146 0 0 0 36 30.834v-1.59ZM11.165 17.938 0 9.512v16.683l11.165-8.257z"
/>
</svg>`;
//# sourceMappingURL=Email.js.map