/*!
 * 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-imac {
  -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='M15.155 19l.622 1.84a.5.5 0 01-.474.66H8.697a.5.5 0 01-.474-.66L8.845 19H3a1 1 0 01-1-1V5a1 1 0 011-1h18a1 1 0 011 1v13a1 1 0 01-1 1h-5.845zm5.345-3h-17v1.5h17V16z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
