interface EditIconProps { strokeColor?: string; } export const EditIcon = ({strokeColor = '#000'}: EditIconProps) => ( );