@font-face {
    font-family: "ext-icon";
    src: url('../fonts/ext-icon.woff2?v=20210209') format('woff2');
    font-weight:400;
    font-display:"auto";
    font-style:normal
  }
  
  [class*=" ext-icon-"],[class^=ext-icon-] {
    font-family: "ext-icon" !important; 
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    vertical-align:baseline;
    display:inline-block;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }
  
  .ext-icon{
      font-size: 20px;
  }
  
  .ext-icon-customer:before {
    content: "\e609";
  }
  
  .ext-icon-bug-report:before {
    content: "\e606";
  }
  
  .ext-icon-import:before {
    content: "\e604";
  }
  
  .ext-icon-authcode:before {
    content: "\e603";
  }
  
  .ext-icon-ungroup:before {
    content: "\e602";
  }
  
  .ext-icon-gift:before {
    content: "\e60b";
  }
  
  .ext-icon-dashboard:before {
    content: "\e60c";
  }
  