/*!
 * 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-report-problem {
  -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='M21.268 21.053l-18.536.001a1 1 0 01-.866-1.5L11.132 3.5a1 1 0 011.732 0l9.27 16.053a1 1 0 01-.866 1.5zM11.248 9.545l.116 5.666h1.272l.117-5.666h-1.506zm.75 8.572c.48 0 .855-.369.855-.832 0-.463-.375-.826-.856-.826a.83.83 0 00-.85.826c0 .463.375.832.85.832z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
