@use 'ej2-base/styles/common/mixin' as *;
@include export-module('chatui-fusionnew-icons') {
  .e-chat-send::before {
    content: '\e71d';
  }
  .e-chat-check::before {
    content: '\e8b1';
  }
  .e-chat-copy::before {
    content: '\e77c';
  }
  .e-chat-close::before {
    content: '\e7e7';
  }
  .e-chat-pin::before {
    content: '\e923';
  }
  .e-chat-view::before {
    content: '\e7de';
  }
  .e-chat-unpin::before {
    content: '\e924';
  }
  .e-chat-forward::before {
    content: '\e922';
  }
  .e-chat-reply::before {
    content: '\e921';
  }
  .e-chat-trash::before {
    content: '\e820';
  }
  .e-chat-error::before {
    content: '\e878';
  }
  .e-chat-seen::before {
    content: '\e91a';
  }
  .e-chat-scroll-down::before {
    content: '\e7fe';
  }
  .e-user-online::before {
    content: '\e72b';
  }
  .e-user-away::before {
    content: '\e705';
  }
  .e-user-offline::before {
    content: '\e878';
  }
  .e-chat-attachment-icon::before {
    content: '\e940';
  }
  .e-chat-file-icon::before {
    content: '\e941';
  }
  .e-chat-upload::before {
    content: '\e712';
  }
  .e-chat-video-play::before {
    content: '\e70c';
  }
  .e-chat-download::before {
    content: '\e7a1';
  }
  .e-chat-circle-close::before {
    content: '\e973';
  }
  .e-chat-back-icon::before {
    content: '\e773';
  }
}
