import type { SVGProps } from "react"; export function LocalAuthIcon(props: SVGProps) { return ( ); }