@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
14 lines (13 loc) • 503 B
JavaScript
;import{tag as i}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const CircleFilledIcon=({width:e=24,height:l=24,hidden:t=!1,title:r="Circle Filled"}={})=>i`<svg
xmlns="http://www.w3.org/2000/svg"
height="${l}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<circle cx="18" cy="18" r="16" />
</svg>`;
//# sourceMappingURL=CircleFilled.js.map