@use 'ej2-base/styles/common/mixin' as *;
@include export-module('chatui-bootstrap-icons') {
  .e-chat-send::before {
    content: '\e816';
  }
  .e-chat-check::before {
    content: '\e97d';
  }
  .e-chat-copy::before {
    content: '\e33d';
  }
  .e-chat-close::before {
    content: '\e7fc';
  }
  .e-chat-pin::before {
    content: '\e178';
  }
  .e-chat-view::before {
    content: '\e345';
  }
  .e-chat-unpin::before {
    content: '\e179';
  }
  .e-chat-forward::before {
    content: '\e177';
  }
  .e-chat-reply::before {
    content: '\e176';
  }
  .e-chat-trash::before {
    content: '\e201';
  }
  .e-chat-error::before {
    content: '\e7e9';
  }
  .e-chat-seen::before {
    content: '\e16f';
  }
  .e-chat-scroll-down::before {
    content: '\e304';
  }
  .e-user-online::before {
    content: '\ea84';
  }
  .e-user-away::before {
    content: '\e93e';
  }
  .e-user-offline::before {
    content: '\e7e9';
  }
  .e-chat-attachment-icon::before {
    content: '\e1a0';
  }
  .e-chat-file-icon::before {
    content: '\e1a1';
  }
  .e-chat-upload::before {
    content: '\eba4';
  }
  .e-chat-video-play::before {
    content: '\e328';
  }
  .e-chat-download::before {
    content: '\ec32';
  }
  .e-chat-circle-close::before {
    content: '\e7e9';
  }
  .e-chat-back-icon::before {
    content: '\e828';
  }
}
