@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 910 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const LabelExcludeIcon=({width:e=24,height:a=24,hidden:t=!1,title:l="Label Exclude"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${a}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M14.7 27.1a12.3 12.3 0 0 1 17.054-11.345L18.293 2.293A1 1 0 0 0 17.586 2H3a1 1 0 0 0-1 1v14.586a1 1 0 0 0 .293.707l13.246 13.246A12.25 12.25 0 0 1 14.7 27.1ZM8 10.6A2.6 2.6 0 1 1 10.6 8 2.6 2.6 0 0 1 8 10.6Z"
/>
<path
d="M27 18.1a8.9 8.9 0 1 0 8.9 8.9 8.9 8.9 0 0 0-8.9-8.9ZM20 27a6.934 6.934 0 0 1 1.475-4.252l9.777 9.777A6.966 6.966 0 0 1 20 27Zm12.525 4.252-9.777-9.777a6.966 6.966 0 0 1 9.777 9.777Z"
/>
</svg>`;
//# sourceMappingURL=LabelExclude.js.map