/*!
 * 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-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.805 17.108l3.62 3.62-.849.848L4.85 4.85 5.697 4 7.61 5.912a6.005 6.005 0 012.418-1.58 2 2 0 113.945 0A6.003 6.003 0 0118 10v4c0 1.036.268 2.072.805 3.108zM8.457 6.76l8.444 8.443A7.253 7.253 0 0116.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.792 4.792 0 008.457 6.76zM18.303 20H5.187a1 1 0 01-.806-1.592C5.46 16.938 6 15.469 6 14v-4c0-.69.117-1.354.331-1.972l.973.974A4.808 4.808 0 007.2 10v4c0 1.63-.552 3.236-1.626 4.8h11.529l1.2 1.2zM11 20h2v.2a1 1 0 11-2 0V20z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
