@spectrum-web-components/icons-ui
Version:
Deliver [Spectrum UI Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 644 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const Arrow300Icon=({width:t=24,height:e=24,hidden:r=!1,title:a="Arrow300"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 14 14"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
width="${t}"
height="${e}"
>
<path
d="M12.893 6.33 8.826 2.261a.95.95 0 1 0-1.344 1.341L9.93 6.051H1.621a.95.95 0 1 0 0 1.898H9.93l-2.447 2.447a.95.95 0 0 0 1.344 1.342l4.067-4.067a.95.95 0 0 0 0-1.342z"
/>
</svg>`;
//# sourceMappingURL=Arrow300.js.map