@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 Cross300Icon=({width:t=24,height:e=24,hidden:a=!1,title:r="Cross300"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 12 12"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
width="${t}"
height="${e}"
>
<path
d="m7.344 6 3.395-3.396a.95.95 0 0 0-1.344-1.342L6 4.657 2.604 1.262a.95.95 0 0 0-1.342 1.342L4.657 6 1.262 9.396a.95.95 0 0 0 1.343 1.343L6 7.344l3.395 3.395a.95.95 0 0 0 1.344-1.344z"
/>
</svg>`;
//# sourceMappingURL=Cross300.js.map