/*!
 * 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-shop {
  -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='M8 7V6a4 4 0 118 0v1h3c.552 0 1 .449 1 1.007v12.001c0 1.1-.895 1.992-1.994 1.992H5.994A1.994 1.994 0 014 20.008v-12C4 7.45 4.445 7 5 7h3zm1.2 0h5.6V6a2.8 2.8 0 00-5.6 0v1zM8 8.2H5.2v11.808c0 .436.356.792.794.792h12.012a.794.794 0 00.794-.792V8.2H16V11h-1.2V8.2H9.2V11H8V8.2z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
