.vdl-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'vdl-icon' !important;
    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-chevron-down:before {
    content: '\e90a';
}
.icon-reduction:before {
    content: '\e900';
}
.icon-dimension:before {
    content: '\e901';
}
.icon-revert:before {
    content: '\e902';
}
.icon-download:before {
    content: '\e903';
}
.icon-text:before {
    content: '\e904';
}
.icon-audio:before {
    content: '\e905';
}
.icon-scalar:before {
    content: '\e906';
}
.icon-histogram:before {
    content: '\e907';
}
.icon-search:before {
    content: '\e908';
}
.icon-image:before {
    content: '\e909';
}
.icon-check-mark:before {
    content: '\e90b';
}
