@spectrum-web-components/icons-ui
Version:
Deliver [Spectrum UI Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 661 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const Cross100Icon=({width:t=24,height:e=24,hidden:r=!1,title:a="Cross100"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 8 8"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
width="${t}"
height="${e}"
>
<path
d="m5.238 4 2.456-2.457A.875.875 0 1 0 6.456.306L4 2.763 1.543.306A.875.875 0 0 0 .306 1.544L2.763 4 .306 6.457a.875.875 0 1 0 1.238 1.237L4 5.237l2.456 2.457a.875.875 0 1 0 1.238-1.237z"
/>
</svg>`;
//# sourceMappingURL=Cross100.js.map