@import url(icomoon-ultimate.css);
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'IcoMoon-Ultimate', 'gc-icomoon' !important;
}

@font-face {
  font-family: 'gc-icomoon';
  src: url("gc-icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.icon-gc-save_close:before {
  content: "\e2000";
}

.icon-gc-save_plus:before {
  content: "\e2001";
}

.icon-gc-readonly1:before {
  content: "\e2002";
}

.icon-gc-readonly2:before {
  content: "\e2003";
}

.icon-gc-new:before {
  content: "\e2004";
}

/*# sourceMappingURL=icomoon.css.map */
