@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 638 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const SendIcon=({width:e=24,height:t=24,hidden:l=!1,title:a="Send"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${l?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<path
d="M33.191 5.113 1.8 14.478a.5.5 0 0 0-.081.927l7.921 3.953ZM13.089 21.032l11.937 6a1 1 0 0 0 1.343-.446l9.267-20.222ZM10.08 23.25v7.639a.713.713 0 0 0 1.174.544l5.36-4.516Z"
/>
</svg>`;
//# sourceMappingURL=Send.js.map