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

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

16
17
18
19
20
21
22
23
24
25
var experienceShellActions = require("../experience-shell/state/experience-shell.actions");
var ExperienceControllerComponent = /** @class */ (function () {
    function ExperienceControllerComponent(experienceDataStore, experienceShellStore) {
        this.experienceDataStore = experienceDataStore;
        this.experienceShellStore = experienceShellStore;
        this.faAnchor = free_solid_svg_icons_1.faAnchor;
        //  Actions
        // *********
        // I need to set the current experience for the experience Shell ☑️
        // Calculations
fork icon0
star icon0
watch icon1

+ 6 other calls in file