/// import { IconProps } from './Icon'; export default function LockIcon({ fill, ...iconProps }: IconProps): JSX.Element;