/*!
 * 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-discover {
  -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 20.8a8.8 8.8 0 100-17.6 8.8 8.8 0 000 17.6zm0 1.2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-.877-10.877l-1.856 3.61 3.61-1.856 1.856-3.61-3.61 1.856zm-.89-.89l5.891-3.03a.5.5 0 01.674.673l-3.03 5.892-5.892 3.03a.5.5 0 01-.674-.674l3.03-5.892z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
