import { EditOutlined } from "@ant-design/icons"; const EditIcon = props => ( ); EditIcon.displayName = "EditIcon"; export default EditIcon;