/*!
 * 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-transfer2 {
  -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='M13.015 14.554l-1.114 2.376a.4.4 0 00.596.494l4.8-3.469a.5.5 0 00-.292-.905H13.72l-.002.004H7v1.5h6.015zM11.21 9.446l1.114-2.376a.4.4 0 00-.597-.494l-4.8 3.469a.5.5 0 00.293.905h3.285l.001-.004h6.714v-1.5h-6.01zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
