@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
21 lines (20 loc) • 1.14 kB
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const CheckmarkCircleIcon=({width:e=24,height:l=24,hidden:r=!1,title:t="Checkmark Circle"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
width="${e}"
height="${l}"
viewBox="0 0 20 20"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${t}"
>
<path
d="M10,18.75c-4.8252,0-8.75-3.9248-8.75-8.75S5.1748,1.25,10,1.25s8.75,3.9248,8.75,8.75-3.9248,8.75-8.75,8.75ZM10,2.75c-3.99805,0-7.25,3.25195-7.25,7.25s3.25195,7.25,7.25,7.25,7.25-3.25195,7.25-7.25-3.25195-7.25-7.25-7.25Z"
fill="currentColor"
/>
<path
d="M9.22266,13.5c-.21191,0-.41504-.08984-.55762-.24805l-2.51074-2.79199c-.27734-.30859-.25195-.78223.05566-1.05957s.78125-.25195,1.05957.05566l1.89355,2.10645,3.4873-4.75586c.24316-.33398.71094-.40918,1.04785-.16113.33398.24414.40625.71387.16113,1.04785l-4.03223,5.5c-.13281.18262-.3418.29492-.56738.30566-.01172.00098-.02441.00098-.03711.00098Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=CheckmarkCircle.js.map