@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 596 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const BackIcon=({width:t=24,height:a=24,hidden:e=!1,title:l="Back"}={})=>r`<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="${l}"
>
<path
d="M10 10V5.207a.5.5 0 0 0-.854-.354L0 14l9.146 9.146a.5.5 0 0 0 .854-.353V18h16v13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V16a6 6 0 0 0-6-6Z"
/>
</svg>`;
//# sourceMappingURL=Back.js.map