@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 578 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const CircleIcon=({width:e=24,height:t=24,hidden:r=!1,title:l="Circle"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
width="${e}"
height="${t}"
viewBox="0 0 36 36"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M6.68 29.32a16 16 0 1 1 22.64 0 16 16 0 0 1-22.64 0ZM27.904 8.096a14 14 0 1 0 0 19.8 14 14 0 0 0 0-19.8Z"
/>
</svg>`;
//# sourceMappingURL=Circle.js.map