@font-face {
    font-family: "icons";
    src: url("./icons.ttf?7ac2cb662441d7d6c07ceca869ace9ea") format("truetype"),
url("./icons.woff?7ac2cb662441d7d6c07ceca869ace9ea") format("woff"),
url("./icons.woff2?7ac2cb662441d7d6c07ceca869ace9ea") format("woff2"),
url("./icons.eot?7ac2cb662441d7d6c07ceca869ace9ea#iefix") format("embedded-opentype");
}

i[class^="ag-icon-"]:before, i[class*=" ag-icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ag-icon-arrow-left:before {
    content: "\21";
}
.ag-icon-arrow-right:before {
    content: "\22";
}
.ag-icon-chevron-up:before {
    content: "\23";
}
.ag-icon-close:before {
    content: "\24";
}
.ag-icon-minus:before {
    content: "\25";
}
.ag-icon-plus:before {
    content: "\26";
}
.ag-icon-chevron-down:before {
    content: "\27";
}
.ag-icon-chevron-left:before {
    content: "\28";
}
.ag-icon-chevron-right:before {
    content: "\29";
}
.ag-icon-grid-view:before {
    content: "\2a";
}
.ag-icon-list-view:before {
    content: "\2b";
}
.ag-icon-check:before {
    content: "\2c";
}
.ag-icon-play:before {
    content: "\2d";
}
.ag-icon-quotes:before {
    content: "\2e";
}
