@spectrum-web-components/icons-ui
Version:
Deliver [Spectrum UI Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 667 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const Cross500Icon=({width:t=24,height:e=24,hidden:a=!1,title:l="Cross500"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 14 14"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
width="${t}"
height="${e}"
>
<path
d="m8.457 7 4.54-4.54a1.03 1.03 0 0 0-1.458-1.456L7 5.543l-4.54-4.54a1.03 1.03 0 0 0-1.457 1.458L5.543 7l-4.54 4.54a1.03 1.03 0 1 0 1.457 1.456L7 8.457l4.54 4.54a1.03 1.03 0 0 0 1.456-1.458z"
/>
</svg>`;
//# sourceMappingURL=Cross500.js.map