/*!
 * 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-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='M9.33 6.21l8.326 8.325c.213-.186.344-.46.344-.757v-9.47L9.33 6.21zM19.5 16.378l2.592 2.592-1.06 1.06L4.06 3.061 5.12 2l2.837 2.836 10.935-2.394a.5.5 0 01.607.488v13.45zM8 9.12V19.2c0 .937-.627 1.85-1.47 2.243-.157.073-1.148.295-1.277.32-1.243.25-2.198-.814-2.25-1.89-.053-1.077.653-1.974 1.472-2.139l1.265-.317c.447-.112.76-.514.76-.975V7.621l1.5 1.5zm9.744 9.744c-.356.094-.92.219-1.015.238-1.253.25-2.217-.815-2.27-1.891a2.227 2.227 0 01.335-1.296l2.95 2.95z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
