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