/*!
 * 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-comment {
  -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='M10.503 17.8H20.5a.3.3 0 00.3-.3v-12a.3.3 0 00-.3-.3h-17a.3.3 0 00-.3.3v12a.3.3 0 00.3.3h4.7v2.303l2.303-2.303zM11 19l-2.293 2.293A1 1 0 017 20.586V19H3.5A1.5 1.5 0 012 17.5v-12A1.5 1.5 0 013.5 4h17A1.5 1.5 0 0122 5.5v12a1.5 1.5 0 01-1.5 1.5H11z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
