@spectrum-web-components/icons-ui
Version:
Deliver [Spectrum UI Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 645 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const Chevron600Icon=({width:e=24,height:t=24,hidden:r=!1,title:a="Chevron600"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 18 18"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
width="${e}"
height="${t}"
>
<path
d="M5.04 17.863a1.073 1.073 0 0 1-.759-1.832L11.313 9 4.28 1.969A1.073 1.073 0 0 1 5.8.45l7.79 7.79a1.073 1.073 0 0 1 0 1.518l-7.79 7.79a1.07 1.07 0 0 1-.759.314z"
/>
</svg>`;
//# sourceMappingURL=Chevron600.js.map