@charset "UTF-8";

@font-face {
    font-family: "legacy-icons";
    src:url("./fonts/legacy-icons.eot");
    src:url("./fonts/legacy-icons.eot?#iefix") format("embedded-opentype"),
        url("./fonts/legacy-icons.woff") format("woff"),
        url("./fonts/legacy-icons.ttf") format("truetype"),
        url("./fonts/legacy-icons.svg#legacy-icons") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "legacy-icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.svg-font-icon {
    font-family: "legacy-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-40-small-font:before {
  content: "b";
}
.icon-42-big-font:before {
  content: "c";
}
.icon-43-bold-font:before {
  content: "d";
}
.icon-01-chevron-down:before {
  content: "e";
}
.icon-02-chevron-up:before {
  content: "f";
}
.icon-03-chevron-left:before {
  content: "g";
}
.icon-04-chevron-right:before {
  content: "h";
}
.icon-05-back:before {
  content: "i";
}
.icon-06-expand:before {
  content: "j";
}
.icon-07-collapse:before {
  content: "k";
}
.icon-08-minimise:before {
  content: "l";
}
.icon-09-maximise:before {
  content: "m";
}
.icon-10-profile:before {
  content: "n";
}
.icon-11-comment:before {
  content: "o";
}
.icon-12-search:before {
  content: "p";
}
.icon-13-export:before {
  content: "q";
}
.icon-14-save:before {
  content: "r";
}
.icon-15-delete:before {
  content: "s";
}
.icon-16-change-feed:before {
  content: "t";
}
.icon-17-match-info:before {
  content: "u";
}
.icon-18-my-logs:before {
  content: "v";
}
.icon-19-telestrations:before {
  content: "w";
}
.icon-20-close:before {
  content: "x";
}
.icon-21-legacy-events:before {
  content: "y";
}
.icon-22-mute:before {
  content: "z";
}
.icon-23-pause:before {
  content: "A";
}
.icon-24-play:before {
  content: "B";
}
.icon-25-volume:before {
  content: "C";
}
.icon-26-arrow:before {
  content: "D";
}
.icon-27-circle:before {
  content: "E";
}
.icon-28-colours:before {
  content: "F";
}
.icon-29-draw:before {
  content: "G";
}
.icon-30-stroke-width:before {
  content: "H";
}
.icon-31-square:before {
  content: "I";
}
.icon-32-undo:before {
  content: "J";
}
.icon-33-redo:before {
  content: "K";
}
.icon-34-rename:before {
  content: "L";
}
.icon-35-small-font:before {
  content: "N";
}
.icon-36-text:before {
  content: "O";
}
.icon-37-thin-font:before {
  content: "P";
}
.icon-38-triangle:before {
  content: "Q";
}
.icon-39-star:before {
  content: "M";
}
