I wanted to ask you a couple of questions... I want to align the FontAwesome5Type class with the latest 5x version, 5.15.4 to complete it (I understand that there will be no more modifications because version 6x came out) In this class, now, the icons of the "Free" version are mixed with those of the "Pro" version. Wouldn't it be better to divide this class into two? leave the Free icons in the current class and create a new FontAwesome5ProType for the Pro icons?
On the other hand, I have detected some errors (for now): area-chart really is chart-area, and the same thing happens with bar-chart and bar-pie, (chart-bar and chart-pie) My question is... would you modify the name of the variable as well or leave it as is? For example: Now: public static const AREA_CHART:String = "area-chart"; Opt. 1: public static const AREA_CHART:String = "chart-area"; Opt. 2: public static const CHART_AREA:String = "chart-area"; Option 1 or Option 2? Let me know your opinion. Hiedra