CDP Frontend SDK
    Preparing search index...

    Function IconCheckCircle

    • Check Circle icon component.

      Parameters

      • props: Omit<SVGProps<SVGSVGElement>, "viewBox">

        The props for the icon.

      Returns Element

      The Check Circle icon.

      // Icon is correctly from screen readers
      <p>
      <IconCheckCircle />
      Success!
      </p>

      // Icon with screen-reader accessible label only
      <p>
      <IconCheckCircle aria-label="Success" />
      </p>