/*!
 * 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-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='M15.475 9.27h1.646l.43 1.367h1.254L16.844 5h-1.387l-1.215 3.5H10V3.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.002H15.5V9.493a.987.987 0 00-.025-.223zm.642-3.192h.028l.722 2.309h-1.472l.722-2.309zM3.002 10h9.996c.546 0 1.002.449 1.002 1.002v9.996c0 .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 10zm8.223 4.697v-1.028h-3.04l.586-.181c-.072-.304-.275-.76-.456-1.1l-1.13.333c.138.29.269.658.341.948H4.544v1.028h1.143c.377.977.84 1.81 1.441 2.505-.731.535-1.636.912-2.744 1.158.203.246.522.738.638.991 1.143-.318 2.099-.774 2.888-1.397.745.601 1.65 1.05 2.765 1.34.16-.29.47-.753.71-.985-1.05-.232-1.926-.615-2.65-1.136.594-.674 1.057-1.492 1.397-2.476h1.093zm-2.28 0a5.44 5.44 0 01-1.013 1.773 5.942 5.942 0 01-1.151-1.773h2.164z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
