Template source: ums/customer/css/icons.css

/* Import font local */
@font-face {
    font-family: 'icomoon';
    src: url("/static/font/icomoon.ttf") format("truetype");
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    src: url("/static/font/icomoon.ttf") format("truetype");

    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook-2 .path1:before {
    content: "\e919";
    color: rgb(66, 103, 178);
}

.icon-facebook-2 .path2:before {
    content: "\e91a";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.icon-no-view:before {
    content: "\e917";
}

.icon-view:before {
    content: "\e918";
}

.icon-line:before {
    content: "\e904";
    color: #4caf50;
}

.icon-facebook:before {
    content: "\e90f";
    color: #3b5999;
}

.icon-google .path1:before {
    content: "\e910";
    color: rgb(251, 189, 0);
}

.icon-google .path2:before {
    content: "\e911";
    margin-left: -1em;
    color: rgb(15, 157, 88);
}

.icon-google .path3:before {
    content: "\e912";
    margin-left: -1em;
    color: rgb(49, 170, 82);
}

.icon-google .path4:before {
    content: "\e913";
    margin-left: -1em;
    color: rgb(60, 121, 230);
}

.icon-google .path5:before {
    content: "\e914";
    margin-left: -1em;
    color: rgb(207, 45, 72);
}

.icon-google .path6:before {
    content: "\e915";
    margin-left: -1em;
    color: rgb(235, 65, 50);
}

.icon-delete:before {
    content: "\e900";
}

.icon-add:before {
    content: "\e90c";
}

.icon-minus:before {
    content: "\e90d";
}

.icon-shopping-cart:before {
    content: "\e907";
}

.icon-down-arrow:before {
    content: "\e908";
}

.icon-up-arrow:before {
    content: "\e909";
}

.icon-down-arrow-2:before {
    content: "\e90a";
}

.icon-up-arrow-2:before {
    content: "\e90b";
}

.icon-callstaff-2:before {
    content: "\e901";
}

.icon-bill-2:before {
    content: "\e902";
}

.icon-checkorder:before {
    content: "\e903";
}

.icon-bill:before {
    content: "\e916";
}

.icon-category:before {
    content: "\e905";
}

.icon-menu:before {
    content: "\e906";
}

.icon-menu-2:before {
    content: "\e9bd";
}

.icon-callstaff:before {
    content: "\e90e";
}