﻿.menu-manager-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    mask-image: url("../images/Menu/Manager.svg");
    -webkit-mask-image: url("../images/Menu/Manager.svg");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
.menu-voucher-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    mask-image: url("../images/Menu/Voucher.svg");
    -webkit-mask-image: url("../images/Menu/Voucher.svg");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
.menu-unit-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    mask-image: url("../images/Menu/Unit.svg");
    -webkit-mask-image: url("../images/Menu/Unit.svg");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
.menu-currency-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    mask-image: url("../images/Menu/Currency.svg");
    -webkit-mask-image: url("../images/Menu/Currency.svg");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
