@spectrum-web-components/icons-ui
Version:
Deliver [Spectrum UI Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 647 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const Arrow200Icon=({width:t=24,height:e=24,hidden:r=!1,title:a="Arrow200"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 12 12"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
width="${t}"
height="${e}"
>
<path
d="M11.284 5.356 7.718 1.788a.911.911 0 1 0-1.29 1.29l2.012 2.01H1.286a.911.911 0 1 0 0 1.823H8.44L6.429 8.923a.911.911 0 0 0 1.289 1.289l3.566-3.567a.91.91 0 0 0 0-1.29z"
/>
</svg>`;
//# sourceMappingURL=Arrow200.js.map