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