You can customize the default move icon (DragHandleIcon) by using icons prop.
<MaterialReactTable icons={{ DragHandle: (props) => ( <DragIndicatorIcon sx={{ fontSize: 18 }} {...props} /> ), }} />