const EditIcon = ({ width = 20, height = 20, color = "white", ...props }) => { return ( ); }; export default EditIcon;