¿Cómo puedo agregar espacio entre el título y el icono?
<div className="new-data_title"> {title},<icon icon={icon}/> </div> </Button>```La forma más sencilla es usar
or   {title} <icon icon={icon}/>consulte este enlace para obtener más detalles: [https://blog.hubspot.com/website/html-space][1]