/*!
 * 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-copy {
  -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.6 3.299V8c0 .22.18.4.4.4h4.703L13.6 3.299zM5.996 2h8.002L20 8v13.001a.996.996 0 01-.996.999H5.996A1 1 0 015 21.001V3c0-.554.446-1 .996-1z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
