/*!
 * 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-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 10zm0-1.2a8.8 8.8 0 100-17.6 8.8 8.8 0 000 17.6zm.308-3.992A6.774 6.774 0 0014.3 12c0-1.83-.724-3.54-1.992-4.808l.849-.849A7.975 7.975 0 0115.5 12c0 2.21-.895 4.21-2.343 5.657l-.849-.849zm-1.98-1.98A3.983 3.983 0 0011.5 12a3.983 3.983 0 00-1.172-2.828l.849-.849A5.184 5.184 0 0112.7 12a5.184 5.184 0 01-1.523 3.677l-.849-.849zm-1.13-1.13L7.5 12l1.697-1.697c.434.434.703 1.034.703 1.697s-.269 1.263-.703 1.697z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
