@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 653 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const StepForwardIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Step Forward"}={})=>l`<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="28" rx="1" ry="1" width="8" x="2" y="4" />
<path
d="M16 30.919V5.081a1 1 0 0 1 1.625-.781l16.149 12.919a1 1 0 0 1 0 1.562L17.625 31.7A1 1 0 0 1 16 30.919Z"
/>
</svg>`;
//# sourceMappingURL=StepForward.js.map