@spectrum-web-components/icons-ui
Version:
Deliver [Spectrum UI Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 652 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const Arrow500Icon=({width:t=24,height:e=24,hidden:r=!1,title:l="Arrow500"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 18 18"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
width="${t}"
height="${e}"
>
<path
d="m16.336 8.271-5.269-5.267A1.03 1.03 0 1 0 9.61 4.46l3.51 3.509H2.021a1.03 1.03 0 0 0 0 2.06H13.12l-3.51 3.51a1.03 1.03 0 1 0 1.457 1.456l5.269-5.268a1.03 1.03 0 0 0 0-1.456"
/>
</svg>`;
//# sourceMappingURL=Arrow500.js.map