@spectrum-web-components/icons-ui
Version:
Deliver [Spectrum UI Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 650 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const Chevron300Icon=({width:e=24,height:t=24,hidden:l=!1,title:r="Chevron300"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 14 14"
aria-hidden=${l?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
width="${e}"
height="${t}"
>
<path
d="M10.639 7a.95.95 0 0 0-.278-.671l-.003-.002-5.33-5.33a.95.95 0 0 0-1.342 1.342L8.346 7l-4.661 4.66a.95.95 0 1 0 1.342 1.343l5.33-5.33.003-.001A.95.95 0 0 0 10.64 7z"
/>
</svg>`;
//# sourceMappingURL=Chevron300.js.map