/*!
 * 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 {
  -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='M19.597 2.803a.61.61 0 00-.72-.46l-11.61 2.55a1.1 1.1 0 00-.86 1.11v10.4a.9.9 0 01-.73.89l-1.67.35a2.13 2.13 0 00-1.6 2.24 2.09 2.09 0 002 2c.127.014.254.014.38 0 .07 0 1.12-.24 1.3-.32a2.68 2.68 0 001.52-2.36v-13l10.79-2.37v9.91a.91.91 0 01-.73.89l-1.74.37a2.13 2.13 0 00-1.56 2.24 2.1 2.1 0 002 2c.13.015.26.015.39 0 .442-.087.88-.198 1.31-.33a2.67 2.67 0 001.54-2.33V2.933a.57.57 0 00-.01-.13zm-1.19 12.84v.9a1.48 1.48 0 01-.8 1.22c-.2.07-.93.23-1.09.26h-.15a.91.91 0 01-.8-.88 1 1 0 01.6-1l1.74-.35c.172-.03.34-.08.5-.15zm-12 2.66v.9c-.03.52-.33.986-.79 1.23-.19.06-.92.22-1.07.26a.87.87 0 01-.94-.87 1 1 0 01.59-1l1.72-.34c.17-.04.335-.1.49-.18z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
