/*!
 * 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-note {
  -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='M8.2 3.2v14.61H18a.8.8 0 00.8-.8V4a.8.8 0 00-.8-.8H8.2zM7 3.2H5.2v14.61H7V3.2zm11.8 15.643a1.993 1.993 0 01-.8.166H5.2V20.8H18a.8.8 0 00.8-.8v-1.157zM4 2h14a2 2 0 012 2v16a2 2 0 01-2 2H4V2z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
