/*!
 * 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-music-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='M7.532 4.835l11.345-2.492a.61.61 0 01.72.46.57.57 0 01.01.13v13.65a2.675 2.675 0 01-.027.3l2.845 2.845-.849.848L4.85 3.85 5.697 3l1.835 1.835zm9.857 9.857l.278-.059a.91.91 0 00.73-.89v-9.91L8.667 5.97l8.722 8.722zM6.407 7.104l1.2 1.2v10.9a2.68 2.68 0 01-1.52 2.36c-.18.08-1.23.32-1.3.32a1.69 1.69 0 01-.38 0 2.09 2.09 0 01-2-2 2.13 2.13 0 011.6-2.24l1.67-.35a.9.9 0 00.73-.89v-9.3zm8.513 8.513l.844.844a1 1 0 00-.197.682.91.91 0 00.8.88h.15c.096-.018.395-.082.663-.146l.987.987a2.682 2.682 0 01-.1.05c-.43.131-.868.242-1.31.33a1.72 1.72 0 01-.39 0 2.1 2.1 0 01-2-2 2.128 2.128 0 01.553-1.627zm-8.513 2.686c-.155.08-.32.14-.49.18l-1.72.34a1 1 0 00-.59 1 .87.87 0 00.94.87c.15-.04.88-.2 1.07-.26.46-.244.76-.71.79-1.23v-.9z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
