@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?t5cfzl');
  src:  url('fonts/icomoon.eot?t5cfzl#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?t5cfzl') format('truetype'),
    url('fonts/icomoon.woff?t5cfzl') format('woff'),
    url('fonts/icomoon.svg?t5cfzl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-mesh:before {
  content: "\e900";
}
.icon-move:before {
  content: "\e901";
}
.icon-paint:before {
  content: "\e90c";
}
.icon-image:before {
  content: "\e90d";
}
.icon-points:before {
  content: "\e980";
}
.icon-curve:before {
  content: "\e981";
}
.icon-rotate:before {
  content: "\e984";
}
.icon-zoom-in:before {
  content: "\e987";
}
.icon-zoom-out:before {
  content: "\e988";
}
.icon-rescale:before {
  content: "\e98b";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-eye-blocked:before {
  content: "\e9d1";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-closed-curve:before {
  content: "\ea56";
}
