CDP Frontend SDK
    Preparing search index...
    • Close icon component.

      Parameters

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

        The props for the icon.

      Returns Element

      The Close icon.

      // Icon is correctly from screen readers
      <p>
      <IconXMark />
      Close
      </p>

      // Icon with screen-reader accessible label only
      <p>
      <IconXMark aria-label="Close" />
      </p>