/*!
 * 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-mike2 {
  -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='M12 20.8a8.8 8.8 0 100-17.6 8.8 8.8 0 000 17.6zm0 1.2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-14.3A1.3 1.3 0 0010.7 9v3.5a1.3 1.3 0 102.6 0V9A1.3 1.3 0 0012 7.7zm.6 9.26v1.54h-1.2v-1.54a4.502 4.502 0 01-3.9-4.462V11h1.2v1.498a3.3 3.3 0 106.6 0V11h1.2v1.498a4.502 4.502 0 01-3.9 4.462zM12 6.5A2.5 2.5 0 0114.5 9v3.5a2.5 2.5 0 11-5 0V9A2.5 2.5 0 0112 6.5z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
