@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?papkqd');
  src:  url('fonts/icomoon.eot?papkqd#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?papkqd') format('truetype'),
    url('fonts/icomoon.woff?papkqd') format('woff'),
    url('fonts/icomoon.svg?papkqd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[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-brush:before {
  content: "\e900";
}
.icon-crop:before {
  content: "\e901";
}
.icon-delete:before {
  content: "\e902";
}
.icon-edit:before {
  content: "\e903";
}
.icon-fill:before {
  content: "\e904";
}
.icon-grid_off:before {
  content: "\e906";
}
.icon-grid_on:before {
  content: "\e907";
}
.icon-camera:before {
  content: "\e908";
}
.icon-resize:before {
  content: "\e909";
}
.icon-redo:before {
  content: "\e90a";
}
.icon-download:before {
  content: "\e90b";
}
.icon-save:before {
  content: "\e90c";
}
.icon-share:before {
  content: "\e90d";
}
.icon-undo:before {
  content: "\e90e";
}
