Icons
ACoreX does not have an icon section on its own, as it is not designed specifically for icons, but it is compatible with all icon fonts with a mapping system. To use the icon, you must add the required icon font to the project and rewrite the variables (only scss) or classes to display the icons inside the component, this rewrite includes the .ax-icon class, which must be the font-family of the icon font Give it and the classes or variables of its subset, which is the value of content in each icon (:before). Also, ACoreX has put some popular icon fonts in the @acorex/styles/icons package for your convenience, and you just need to call it.
To use the icon, you must add the required icon font to the project and rewrite the variables (only scss) or classes to display the icons inside the component, this rewrite includes the .ax-icon class, which must be the font-family of the icon font Give it and the classes or variables of its subset, which is the value of content in each icon (:before pseudo-element).
Also, ACoreX has put some popular icon fonts in the @acorex/styles/icons package for your convenience, and you just need to call it.
ACoreX also has a series of classes to determine the icon font weight, which is as follows