@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 767 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const CloseIcon=({width:e=24,height:l=24,hidden:a=!1,title:t="Close"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
width="${e}"
height="${l}"
viewBox="0 0 36 36"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${t}"
>
<path
d="M26.485 6.686 18 15.172 9.515 6.686a1 1 0 0 0-1.414 0L6.686 8.101a1 1 0 0 0 0 1.414L15.172 18l-8.486 8.485a1 1 0 0 0 0 1.414l1.415 1.415a1 1 0 0 0 1.414 0L18 20.828l8.485 8.486a1 1 0 0 0 1.414 0l1.415-1.415a1 1 0 0 0 0-1.414L20.828 18l8.486-8.485a1 1 0 0 0 0-1.414l-1.415-1.415a1 1 0 0 0-1.414 0Z"
/>
</svg>`;
//# sourceMappingURL=Close.js.map