i[class*="menu-"] {
    display: inline-block;
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
i[class*="menu-"][data-tooltip] {
    border-bottom: none;
}

.menu-dashboard {
    background-image: url("../portailpro/images/icons/home-38e0fb9904391dec728957681394b766.svg");
}
.menu-users {
    background-image: url("../portailpro/images/icons/users-b4a732687075e51ab541b2fd8ea6c988.svg");
}