/*!
 * 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-pencil {
  -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='M14 3v1.2H4.2v15.6h15.6V10H21v10a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1h10zm5.86-.254a.499.499 0 01.706 0l.706.705a.499.499 0 010 .706l-9.51 9.51-2.317 1.295a.3.3 0 01-.406-.41l1.312-2.296 9.51-9.51z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
