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

      Parameters

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

        The props for the icon.

      Returns Element

      The Lock icon.

      // Icon is correctly from screen readers
      <p>
      <IconLock />
      Locked
      </p>

      // Icon with screen-reader accessible label only
      <p>
      <IconLock aria-label="locked" />
      </p>