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

.ic-info:before {
  content: "\e900";
}
.ic-reset:before {
  content: "\e901";
}
.ic-close:before {
  content: "\e90f";
}
.ic-minus:before {
  content: "\e910";
}
.ic-arrow-left:before {
  content: "\e90b";
}
.ic-arrow-right:before {
  content: "\e90c";
}
.ic-chevron-down:before {
  content: "\e90d";
}
.ic-bin:before {
  content: "\e93c";
}
.ic-check:before {
  content: "\e914";
}
.ic-close1:before {
  content: "\e921";
}
