MCPcopy Create free account
hub / github.com/TanStack/devtools / CheckCircleIcon

Function CheckCircleIcon

packages/devtools-ui/src/components/icons.tsx:532–550  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

530}
531
532export function CheckCircleIcon() {
533 return (
534 <svg
535 width="18"
536 height="18"
537 viewBox="0 0 24 24"
538 fill="none"
539 xmlns="http://www.w3.org/2000/svg"
540 >
541 <path
542 d="M22 11.08V12C21.9988 14.1564 21.3005 16.2547 20.0093 17.9818C18.7182 19.7088 16.9033 20.9725 14.8354 21.5839C12.7674 22.1953 10.5573 22.1219 8.53447 21.3746C6.51168 20.6273 4.78465 19.2461 3.61096 17.4371C2.43727 15.628 1.87979 13.4881 2.02168 11.3363C2.16356 9.18455 2.99721 7.13631 4.39828 5.49706C5.79935 3.85781 7.69279 2.71537 9.79619 2.24013C11.8996 1.76489 14.1003 1.98232 16.07 2.85999M22 4L12 14.01L9 11.01"
543 stroke="currentColor"
544 stroke-width="2"
545 stroke-linecap="round"
546 stroke-linejoin="round"
547 />
548 </svg>
549 )
550}
551
552export function XCircleIcon() {
553 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected