@spectrum-web-components/icons-ui
Version:
Deliver [Spectrum UI Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 620 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const Chevron75Icon=({width:e=24,height:t=24,hidden:r=!1,title:l="Chevron75"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 10 10"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
width="${e}"
height="${t}"
>
<path
d="m7.482 4.406-.001-.001L3.86.783a.84.84 0 0 0-1.188 1.188L5.702 5l-3.03 3.03A.84.84 0 0 0 3.86 9.216l3.621-3.622h.001a.84.84 0 0 0 0-1.19z"
/>
</svg>`;
//# sourceMappingURL=Chevron75.js.map