/*!
 * 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-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='M8.849 7.151l2.444-2.444A1 1 0 0113 5.414v5.889l2.864 2.863A3.98 3.98 0 0016.5 12a3.983 3.983 0 00-1.172-2.828l.849-.849A5.184 5.184 0 0117.7 12c0 1.13-.36 2.177-.973 3.03l1.143 1.143A6.769 6.769 0 0019.3 12c0-1.83-.724-3.54-1.992-4.808l.849-.849A7.975 7.975 0 0120.5 12a7.967 7.967 0 01-1.776 5.027l2.701 2.7-.849.85L3.85 3.848 4.697 3 8.85 7.151zM12 10.303V5.414L9.556 7.86 12 10.303zM7.803 9.5H3v5h4.914L12 18.586v-4.889l1 1v3.889a1 1 0 01-1.707.707L7.5 15.5H3a1 1 0 01-1-1v-5a1 1 0 011-1h3.803l1 1z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
