/*!
 * 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-like {
  -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='M19.285 12.645a3.8 3.8 0 00-5.416-5.332c-.192.192-.436.427-.732.707l-.823.775-.823-.775c-.297-.28-.54-.515-.733-.707a3.8 3.8 0 00-5.374 0c-1.468 1.469-1.485 3.844-.054 5.32l6.984 6.984 6.97-6.972zm-14.75-6.18a5 5 0 017.072 0c.182.182.418.41.707.682.288-.272.524-.5.707-.683a5 5 0 017.125 7.017l-7.125 7.126a1 1 0 01-1.414 0L4.48 13.48a5 5 0 01.055-7.017z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
