/*!
 * 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-filled-voice {
  -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 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm.308-5.192l.849.849A7.975 7.975 0 0015.5 12c0-2.21-.895-4.21-2.343-5.657l-.849.849A6.774 6.774 0 0114.3 12c0 1.83-.724 3.54-1.992 4.808zm-1.98-1.98l.849.849A5.184 5.184 0 0012.7 12a5.184 5.184 0 00-1.523-3.677l-.849.849A3.983 3.983 0 0111.5 12a3.983 3.983 0 01-1.172 2.828zm-1.13-1.13A2.392 2.392 0 009.9 12c0-.663-.269-1.263-.703-1.697L7.5 12l1.697 1.697z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
