angular-fontawesome
angular-fontawesome copied to clipboard
Icon size "xl" and others not included in SizeProp type
Describe the problem
When setting "xl" or other new sizes as "size" property of a fa-icon element, an error message appears saying that the type is not assignable because not included in SizeProp.
What did you expect?
"xl" size, as well as "2xs", "2xl", has been added as stated on official FontAwesome documentation
Reproducible test case
Here a simple reproduction of the problem.
@robmadole @mlwilkerson It should probably be addresed in the @fortawesome/fontawesome-svg-core
package here. What do you think?
@devoto13 yep, agreed. We'll get it looked at.
Fixed in @fortawesome/[email protected]
.