/*!
 * 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-mosaic {
  -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='M4 3h16a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1zm6.8 12.6V18h2.4v-2.4h-2.4zm-4.8 0V18h2.4v-2.4H6zm9.6 0V18H18v-2.4h-2.4zm0-9.6v2.4H18V6h-2.4zM6 10.8v2.4h2.4v-2.4H6zM6 6v2.4h2.4V6H6zm2.4 7.2v2.4h2.4v-2.4H8.4zm0-4.8v2.4h2.4V8.4H8.4zm4.8 4.8v2.4h2.4v-2.4h-2.4zm0-4.8v2.4h2.4V8.4h-2.4zM10.8 6v2.4h2.4V6h-2.4zm0 4.8v2.4h2.4v-2.4h-2.4zm4.8 0v2.4H18v-2.4h-2.4z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
