@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?9448528');
  src: url('../fonts/fontello.eot?9448528#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?9448528') format('woff2'),
       url('../fonts/fontello.woff?9448528') format('woff'),
       url('../fonts/fontello.ttf?9448528') format('truetype'),
       url('../fonts/fontello.svg?9448528#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-meeting-hub-"]:before, [class*=" icon-meeting-hub-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.icon-meeting-hub-edit:before { content: '\e800'; } 
.icon-meeting-hub-eye:before { content: '\e801'; } 
.icon-meeting-hub-trash:before { content: '\f1f8'; }
