/*!
 * weui-icon v1.0.2 (https://github.com/weui/weui-icon)
 * Copyright 2021 Tencent, Inc.
 * Licensed under the MIT license
 */

[class^="weui-icon-"], [class*=" weui-icon-"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  width: 2.4em;
  height: 2.4em;
  background-color: currentColor;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.weui-icon-outlined-mike {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7 6.5v6a3.3 3.3 0 106.6 0v-6a3.3 3.3 0 00-6.6 0zm3.9 13.476V23h-1.2v-3.024A7.5 7.5 0 014.5 12.5V11h1.2v1.5a6.3 6.3 0 0012.6 0V11h1.2v1.5a7.5 7.5 0 01-6.9 7.476zM7.5 6.5a4.5 4.5 0 019 0v6a4.5 4.5 0 11-9 0v-6z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
