export default function EditIcon(props: { strokeWidth: number; height: number; width: number; }) { return ( ); }