Place the image icon in the header and use cssto set it correctly. Try the following:
Apply this cssto a closed image:
let closeImg = {cursor:'pointer', float:'right', marginTop: '5px', width: '20px'};
<Dialog
modal={false}
open={true}
title={
<div>
ABC
<img src='https://d30y9cdsu7xlg0.cloudfront.net/png/53504-200.png' style={closeImg}/>
</div>
}
>
Hello
</Dialog>
Check the working script: https://jsfiddle.net/ve0qbgLr/