@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 613 B
JavaScript
;import{tag as o}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const BooleanIcon=({width:e=24,height:t=24,hidden:a=!1,title:l="Boolean"}={})=>o`<svg
xmlns="http://www.w3.org/2000/svg"
width="${e}"
height="${t}"
viewBox="0 0 36 36"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M24 8.5a9.5 9.5 0 0 1 0 19H12a9.5 9.5 0 0 1 0-19ZM24 6H12a12 12 0 0 0 0 24h12a12 12 0 0 0 0-24Zm0 6a6 6 0 1 1-6 6 6.007 6.007 0 0 1 6-6Z"
/>
</svg>`;
//# sourceMappingURL=Boolean.js.map