I just changed the name keyword argument usage:
name
<%= icon(name: 'fa-arrow-down', width: '10px', height: '10px') %>
to
<%= icon(name: 'arrow-down', width: '10px', height: '10px') %>