Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function IconPinCode(props: Omit<SVGProps<SVGSVGElement>, "viewBox">): Element;
props
Omit
SVGProps
SVGSVGElement
"viewBox"
Element
// Icon is correctly from screen readers <p> <IconPinCode /> Enter code from your authenticator app </p> // Icon with screen-reader accessible label only <p> <IconPinCode aria-label="Enter code from your authenticator app" /> </p>
Was this page helpful?