/*!
 * 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-delete {
  -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='M18.412 6.5l-.801 13.617A2 2 0 0115.614 22H8.386a2 2 0 01-1.997-1.883L5.59 6.5H3.5v-1A.5.5 0 014 5h16a.5.5 0 01.5.5v1h-2.088zM10 2.5h4a.5.5 0 01.5.5v1h-5V3a.5.5 0 01.5-.5zM9 9l.5 9H11l-.4-9H9zm4.5 0l-.5 9h1.5l.5-9h-1.5z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
