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