/*!
 * 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-help {
  -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='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM9 9.782h1.606c.055-.847.623-1.387 1.504-1.387.862 0 1.436.526 1.436 1.25 0 .677-.287 1.046-1.135 1.56-.943.553-1.34 1.168-1.278 2.18l.007.485h1.586v-.396c0-.684.253-1.04 1.148-1.559.93-.554 1.45-1.285 1.45-2.331C15.323 8.08 14.071 7 12.198 7 10.17 7 9.055 8.176 9 9.782zm2.953 7.301c.554 0 .991-.43.991-.97s-.437-.965-.99-.965c-.555 0-.999.424-.999.964s.444.971.998.971z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
