CDP Frontend SDK
    Preparing search index...
    • 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>
      <IconCheck />
      Success!
      </p>

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