/*!
 * 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-bellring-on {
  -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='M10 4a2 2 0 113.973.332A6.003 6.003 0 0118 10v4c0 1.47.54 2.939 1.62 4.408A1 1 0 0118.812 20H5.187a1 1 0 01-.806-1.592C5.46 16.938 6 15.469 6 14v-4a6.003 6.003 0 014.027-5.668A2.014 2.014 0 0110 4zm2 14.8h6.426C17.352 17.236 16.8 15.63 16.8 14v-4c0-2.06-1.309-3.87-3.222-4.535l-.956-.332.167-.999a.8.8 0 10-1.578 0l.167.999-.956.332A4.802 4.802 0 007.2 10v4c0 1.63-.552 3.236-1.626 4.8H12zM11 20h2v.2a1 1 0 11-2 0V20z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
