/*!
 * 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-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-1zm.2 1.2v15.6h15.6V4.2H4.2zm3.37 4.66h3.96c-.25-.46-.56-.89-.92-1.3l1.05-.38c.36.47.69 1.03.99 1.68h3.78V9.9h-1.51c-.48 1.5-1.18 2.75-2.1 3.76 1.03.82 2.31 1.5 3.83 2.06l-.58.89c-1.6-.6-2.93-1.34-3.99-2.22-1.12.99-2.5 1.72-4.13 2.18l-.56-.92c1.59-.41 2.91-1.05 3.95-1.93A8.918 8.918 0 019.09 9.9H7.57V8.86zm2.52 1.04a7.936 7.936 0 001.99 3.11c.78-.86 1.37-1.9 1.76-3.11h-3.75z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
