/*!
 * 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-transfer {
  -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='M3.2 11.2v9.6h9.6v-9.6H3.2zM10 10V3.002C10 2.456 10.449 2 11.002 2h9.996C21.544 2 22 2.449 22 3.002v9.996c0 .546-.449 1.002-1.002 1.002H14v6.998c0 .546-.449 1.002-1.002 1.002H3.002A1.007 1.007 0 012 20.998v-9.996C2 10.456 2.449 10 3.002 10H10zm1.2 0h1.798c.546 0 1.002.449 1.002 1.002V12.8h6.8V3.2h-9.6V10zm-2.255 4.697H6.781c.282.666.666 1.26 1.15 1.773a5.44 5.44 0 001.014-1.773zm2.28 0h-1.093c-.34.984-.803 1.802-1.397 2.476.724.52 1.6.904 2.65 1.136-.24.232-.55.695-.71.985-1.115-.29-2.02-.739-2.765-1.34-.79.623-1.745 1.079-2.888 1.397a6.025 6.025 0 00-.638-.991c1.108-.246 2.013-.623 2.744-1.158-.6-.695-1.064-1.528-1.44-2.505H4.543v-1.028h2.982a5.527 5.527 0 00-.34-.948l1.13-.333c.18.34.383.796.455 1.1l-.586.181h3.04v1.028zm6.326-4.06l-.43-1.367h-1.98l-.43 1.367H13.5L15.457 5h1.387l1.96 5.637h-1.253zm-1.434-4.559l-.722 2.309h1.472l-.722-2.309h-.028z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
