/*!
 * 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-at {
  -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='M11.465 9.145c-1.242 0-1.98 1.02-1.98 2.73 0 1.7.738 2.73 1.968 2.73 1.266 0 2.05-1.043 2.05-2.73 0-1.688-.784-2.73-2.038-2.73zm.387-7.125c5.554 0 9.457 3.492 9.457 8.707 0 3.691-1.747 6.07-4.606 6.07-1.453 0-2.566-.703-2.824-1.84h-.164c-.48 1.172-1.465 1.805-2.824 1.805-2.438 0-4.067-1.98-4.067-4.957 0-2.848 1.606-4.793 3.95-4.793 1.265 0 2.32.633 2.777 1.664h.164V7.27h2.379v6.27c0 .808.375 1.323 1.113 1.323 1.148 0 1.945-1.465 1.945-3.96 0-4.266-2.941-7.02-7.382-7.02-4.512 0-7.676 3.258-7.676 7.969 0 4.933 3.293 7.816 8.12 7.816 1.255 0 2.532-.164 3.2-.41v1.875c-.914.27-2.11.433-3.375.433-5.93 0-10.101-3.714-10.101-9.773 0-5.813 4.066-9.773 9.914-9.773z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
