How to use the faSortAlphaUp function from @fortawesome/free-solid-svg-icons

Find comprehensive JavaScript @fortawesome/free-solid-svg-icons.faSortAlphaUp code examples handpicked from public code repositorys.

68
69
70
71
72
73
74
75
76
77
};
CatelougeConfigurationsComponent.prototype.sort = function (field) {
    if (this.sortField != field) {
        this.sortType = null;
        if (field == 'reference') {
            this.faSortRef = free_solid_svg_icons_1.faSortAlphaUp;
            this.faSortProd = free_solid_svg_icons_1.faSort;
        }
        else {
            this.faSortRef = free_solid_svg_icons_1.faSort;
fork icon1
star icon0
watch icon0

+ 11 other calls in file