.fr-icon-settings-5-line::before,
.fr-icon-settings-5-line::after {
    -webkit-mask-image: url("../../icons/system/settings-5-line.svg");
    mask-image: url("../../icons/system/settings-5-line.svg");
}

.fr-icon-user-heart-line::before,
.fr-icon-user-heart-line::after {
    -webkit-mask-image: url("../../icons/user/user-heart-line.svg");
    mask-image: url("../../icons/user/user-heart-line.svg");
}

.fr-icon-logout-box-r-line::before,
.fr-icon-logout-box-r-line::after {
    -webkit-mask-image: url("../../icons/system/logout-box-r-line.svg");
    mask-image: url("../../icons/system/logout-box-r-line.svg");
}

.fr-icon-account-circle-line::before,
.fr-icon-account-circle-line::after {
    -webkit-mask-image: url("../../icons/user/account-circle-line.svg");
    mask-image: url("../../icons/user/account-circle-line.svg");
}

.fr-icon-timer-line::before,
.fr-icon-timer-line::after {
    -webkit-mask-image: url("../../icons/system/timer-line.svg");
    mask-image: url("../../icons/system/timer-line.svg");
}

.fr-icon-translate-2::before,
.fr-icon-translate-2::after {
    -webkit-mask-image: url("../../icons/editor/translate-2.svg");
    mask-image: url("../../icons/editor/translate-2.svg");
}

.fr-icon-question-line::before,
.fr-icon-question-line::after {
    -webkit-mask-image: url("../../icons/system/question-line.svg");
    mask-image: url("../../icons/system/question-line.svg");
}

.fr-icon-arrow-go-back-fill::before,
.fr-icon-arrow-go-back-fill::after {
    -webkit-mask-image: url("../../icons/system/arrow-go-back-fill.svg");
    mask-image: url("../../icons/system/arrow-go-back-fill.svg");
}

.fr-icon-arrow-right-line::before,
.fr-icon-arrow-right-line::after {
    -webkit-mask-image: url("../../icons/system/arrow-right-line.svg");
    mask-image: url("../../icons/system/arrow-right-line.svg");
}

.fr-icon-theme-fill::before,
.fr-icon-theme-fill::after {
    -webkit-mask-image: url("../../icons/system/fr--theme-fill.svg");
    mask-image: url("../../icons/system/fr--theme-fill.svg");
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fr-icon-settings-5-line::before,
    .fr-icon-settings-5-line::after {
        background-image: url("../../icons/system/settings-5-line.svg");
    }
    
    .fr-icon-user-heart-line::before,
    .fr-icon-user-heart-line::after {
        background-image: url("../../icons/user/user-heart-line.svg");
    }
    
    .fr-icon-logout-box-r-line::before,
    .fr-icon-logout-box-r-line::after {
        background-image: url("../../icons/system/logout-box-r-line.svg");
    }
    
    .fr-icon-account-circle-line::before,
    .fr-icon-account-circle-line::after {
        background-image: url("../../icons/user/account-circle-line.svg");
    }
    
    .fr-icon-timer-line::before,
    .fr-icon-timer-line::after {
        background-image: url("../../icons/system/timer-line.svg");
    }
    
    .fr-icon-translate-2::before,
    .fr-icon-translate-2::after {
        background-image: url("../../icons/editor/translate-2.svg");
    }
    
    .fr-icon-question-line::before,
    .fr-icon-question-line::after {
        background-image: url("../../icons/system/question-line.svg");
    }
    
    .fr-icon-arrow-go-back-fill::before,
    .fr-icon-arrow-go-back-fill::after {
        background-image: url("../../icons/system/arrow-go-back-fill.svg");
    }
    
    .fr-icon-arrow-right-line::before,
    .fr-icon-arrow-right-line::after {
        background-image: url("../../icons/system/arrow-right-line.svg");
    }
    
    .fr-icon-theme-fill::before,
    .fr-icon-theme-fill::after {
        background-image: url("../../icons/system/fr--theme-fill.svg");
    }
    
}
