/*!
 * 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-location {
  -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='M12.065 21.243a.25.25 0 00-.006-.005l.006.005zm.182-.274a29.224 29.224 0 003.183-3.392c2.04-2.563 3.281-5.09 3.365-7.337a6.8 6.8 0 10-13.591 0c.085 2.247 1.327 4.774 3.366 7.337a29.224 29.224 0 003.183 3.392c.11.1.194.172.247.218.053-.046.137-.119.247-.218zm-.985 1.165S4 16.018 4 10a8 8 0 1116 0c0 6.018-7.262 12.134-7.262 12.134-.404.372-1.069.368-1.476 0zM12 12.8a2.8 2.8 0 100-5.6 2.8 2.8 0 000 5.6zm0 1.2a4 4 0 110-8 4 4 0 010 8z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
