Currently I'm using Button from PrimeReact. They are using icon from PrimeIcons but the number of icon are limited and I'd like to use Material Icons with it.
<Button label='View/Edit Job' icon="pi pi-pencil" className="p-button-info"
tooltip='View/Edit Job'
onClick={(e) => gotoJob(e, job.id)} style={{ width: '100%' }} />
If that is possible, please advice me.