@spectrum-web-components/icons-ui
Version:
Deliver [Spectrum UI Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 613 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const CornerTriangle75Icon=({width:e=24,height:r=24,hidden:t=!1,title:a="Corner Triangle75"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 5 5"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
width="${e}"
height="${r}"
>
<path
d="M4.78.558a.22.22 0 0 0-.157.065l-4 4a.222.222 0 0 0 .157.379h4a.22.22 0 0 0 .222-.222v-4A.22.22 0 0 0 4.78.558"
/>
</svg>`;
//# sourceMappingURL=CornerTriangle75.js.map