/*!
 * 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-up {
  -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='M11.3 4.7c.4-.4 1-.4 1.4 0 .2.2.3.4.3.7v13.2c0 .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-1h4.5l3.8-3.8zm6.9 13.2l-1.1-1.1.1-.1c1.3-1.3 1.9-2.9 1.9-4.7 0-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 2.2-.8 4.2-2.4 5.8l-.1.1zm-2-2l-1.1-1.1.1-.1c.7-.7 1.1-1.7 1.1-2.7 0-1-.4-2-1.1-2.7l-.1-.1 1.1-1.1.1.1c1 1 1.6 2.4 1.6 3.8s-.6 2.8-1.6 3.8l-.1.1z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
