import type { SVGProps } from "react"; const SvgLoginIcon = (props: SVGProps) => ( ); export default SvgLoginIcon;