/*!
 * 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-on {
  -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='M9.774 5L3.758 3.94l.174-.986a.5.5 0 01.58-.405L18.411 5h.088-.087l1.855.327a.5.5 0 01.406.58l-.174.984-2.09-.368-.8 13.594A2 2 0 0115.615 22H8.386a2 2 0 01-1.997-1.883L5.59 6.5h12.69L9.774 5H5.5h4.274zM9 9l.5 9H11l-.4-9H9zm4.5 0l-.5 9h1.5l.5-9h-1.5zm-2.646-7.871l3.94.694a.5.5 0 01.405.58l-.174.984-4.924-.868.174-.985a.5.5 0 01.58-.405z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
