Describe the bug
role attribute not being used on version 3
Reproducible test case
<FontAwesomeIcon
icon={...}
role="button"
/>
svg is rendered with role="img"
Expected behavior
svg should be rendered with role="button"
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.