@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 654 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const CancelIcon=({width:e=24,height:t=24,hidden:a=!1,title:l="Cancel"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M18 2a16 16 0 1 0 16 16A16 16 0 0 0 18 2Zm12 16a11.943 11.943 0 0 1-2.219 6.953L11.047 8.219A12 12 0 0 1 30 18ZM6 18a11.945 11.945 0 0 1 2.219-6.953l16.734 16.735A12 12 0 0 1 6 18Z"
/>
</svg>`;
//# sourceMappingURL=Cancel.js.map