/*!
 * 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-imac {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M18.8 11V1.2H1.2V11h17.6zm0 1.2H1.2v1.6h17.6v-1.6zM13.155 15l.622 1.84a.5.5 0 01-.474.66H6.697a.5.5 0 01-.474-.66L6.845 15H1a1 1 0 01-1-1V1a1 1 0 011-1h18a1 1 0 011 1v13a1 1 0 01-1 1h-5.845zm-5.044 0l-.439 1.3h4.656l-.44-1.3H8.112z' id='a'/%3E%3C/defs%3E%3Cuse fill-opacity='.9' xlink:href='%23a' transform='translate(2 4)' fill-rule='evenodd'/%3E%3C/svg%3E");
}
