@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 728 B
JavaScript
;import{tag as s}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const MessengerIcon=({width:e=24,height:t=24,hidden:r=!1,title:l="Messenger"}={})=>s`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M18 2.323c-8.6 0-15.578 6.609-15.578 14.761A14.336 14.336 0 0 0 7.091 27.6v7.562l6.675-3.872a16.414 16.414 0 0 0 4.234.555c8.6 0 15.578-6.609 15.578-14.761S26.6 2.323 18 2.323Zm1.639 19.713-4.049-4.154L8.2 22l8.167-8.942 4.083 3.978 7.463-4.048Z"
/>
</svg>`;
//# sourceMappingURL=Messenger.js.map