/*!
 * 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-volume-off {
  -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='M9.06 6.94L11.3 4.7c.4-.4 1-.4 1.4 0 .2.2.3.4.3.7v5.479l2.879 2.878A3.92 3.92 0 0016.3 12c0-1-.4-2-1.1-2.7l-.1-.1 1.1-1.1.1.1c1 1 1.6 2.4 1.6 3.8a5.399 5.399 0 01-.876 2.902l.918.919C18.73 14.703 19.1 13.413 19.1 12c0-1.8-.7-3.4-1.9-4.7l-.1-.1 1.1-1.1.1.1c1.5 1.5 2.4 3.6 2.4 5.8 0 1.82-.548 3.503-1.643 4.936l3.035 3.035-1.06 1.06L4.06 4.061 5.12 3l3.94 3.94zM13 15.12v3.48c0 .6-.4 1-1 1-.3 0-.5-.1-.7-.3l-3.8-3.8H3c-.6 0-1-.4-1-1v-5c0-.6.4-1 1-1h3.379L13 15.121z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
