@use 'ej2-base/styles/common/mixin' as *;
@include export-module('speechtotext-bootstrap-icons') {
  .e-listen-icon::before {
    content: '\e171';
  }
  .e-listen-stop::before {
    content: '\e16e';
  }
}
