/*!
 * 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-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='M11.998 4.4l-8.92 15.454 17.843-.001L11.998 4.4zM2.732 21.054a1 1 0 01-.866-1.5L11.132 3.5a1 1 0 011.732 0l9.27 16.053a1 1 0 01-.866 1.5l-18.536.001zm8.64-11.1h1.255l-.097 4.722h-1.06l-.097-4.722zm.626 7.144a.696.696 0 01-.708-.694c0-.385.312-.688.708-.688.4 0 .712.303.712.688a.697.697 0 01-.712.694z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
