Hi, I’m trying to use the dumbbell icon from font awesome, https://fontawesome.com/icons/dumbbell?style=solid
But when i change the name from [services icon=”paper-plane”] to [services icon=”dumbbell”] nothing appears. When i look at the HTML code the code it appears like so: <i class=”fa fa-dumbbell”></i> When you look at font awesome site it should be <i class=”fas fa-dumbbell”></i> Is there anyway we can update the code so it’s picking up the new code?