/*!
 * 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-bellring-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='M18.453 16.332l3.639 3.639-1.06 1.06L4.06 4.061 5.12 3l2.697 2.697a6 6 0 012.21-1.365 2 2 0 113.945 0A6.003 6.003 0 0118 10v4c0 .777.151 1.555.453 2.332zM17.88 20H5.187a1 1 0 01-.806-1.592C5.46 16.938 6 15.469 6 14v-4c0-.572.08-1.125.23-1.65L17.878 20zM11 20h2v.2a1 1 0 11-2 0V20z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
