.mafwc-edit::before,
.mafwc-view::before,
.mafwc-delete::before,
.mafwc-set-default::before,
.mafwc-use-this::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    margin-right: 6px;
}

.mafwc-edit::before { content: "\f044" !important; }    /* edit */
.mafwc-view::before { content: "\f06e" !important; }    /* view */
.mafwc-delete::before { content: "\f1f8" !important; }  /* trash */
.mafwc-set-default::before { content: "\f005" !important; } /* star */
.mafwc-use-this::before { content: "\f00c" !important; }   /* check */
