How can I add space between the title and icon?
<div className="new-data_title">
{title},<icon icon={icon}/>
</div>
</Button>```
Simplest way is to use
or  
{title} <icon icon={icon}/>
check this link for more details: [https://blog.hubspot.com/website/html-space][1]