@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 607 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ForwardIcon=({width:t=24,height:a=24,hidden:e=!1,title:r="Forward"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${a}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M26 10V5.207a.5.5 0 0 1 .854-.354L36 14l-9.146 9.146a.5.5 0 0 1-.854-.353V18H10v13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V16a6 6 0 0 1 6-6Z"
/>
</svg>`;
//# sourceMappingURL=Forward.js.map