import { SvgProp } from "../common/interface"; export const Password = ({ fill, size, height, width, ...props }: SvgProp) => { return ( ); };