/*!
 * 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-text {
  -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='M4 3h16a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1zm3.198 5.848v1.144H8.87c.462 1.595 1.287 2.992 2.475 4.202-1.144.968-2.596 1.672-4.345 2.123l.616 1.012c1.793-.506 3.311-1.309 4.543-2.398 1.166.968 2.629 1.782 4.389 2.442l.638-.979c-1.672-.616-3.08-1.364-4.213-2.266 1.012-1.111 1.782-2.486 2.31-4.136h1.661V8.848h-4.158A9.752 9.752 0 0011.697 7l-1.155.418a7.86 7.86 0 011.012 1.43H7.198zM9.97 9.992h4.125c-.429 1.331-1.078 2.475-1.936 3.421A8.73 8.73 0 019.97 9.992z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
