/*!
 * 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-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.27 8.188c-1.7 0-2.801 1.44-2.801 3.656 0 2.203 1.09 3.633 2.789 3.633 1.734 0 2.847-1.454 2.847-3.692 0-2.203-1.09-3.598-2.835-3.598zM11.645 2c5.135 0 9.375 3.527 9.375 8.719 0 3.726-1.547 6.117-4.125 6.117-1.395 0-2.497-.844-2.672-2.156h-.082c-.528 1.336-1.618 2.074-3.07 2.074-2.415 0-4.055-1.992-4.055-4.945 0-2.883 1.664-4.875 4.054-4.875 1.36 0 2.543.738 2.977 1.886h.082V7.168h1.36v6.703c0 1.066.562 1.77 1.628 1.77 1.559 0 2.625-1.793 2.625-4.946 0-4.476-3.504-7.52-8.097-7.52-4.594 0-8.356 3.35-8.356 8.598 0 4.875 4.014 8.59 8.484 8.59 1.582 0 3.094-.199 3.891-.515v1.16c-.95.328-2.332.515-3.902.515C6.198 21.523 2 17.326 2 11.727A9.662 9.662 0 0111.645 2z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
