/*!
 * 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-mobile-contacts {
  -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='M4 3a1 1 0 011-1h14a1 1 0 011 1v18a1 1 0 01-1 1H5a1 1 0 01-1-1V3zm10.91 10.806c-.093-.03-.132-.015-.217.03-.277.155-.956.524-1.357.732a.684.684 0 01-.331.085.654.654 0 01-.347-.1 7.484 7.484 0 01-1.55-1.178 7.718 7.718 0 01-1.172-1.548.673.673 0 01-.016-.677c.208-.408.578-1.086.733-1.355.046-.085.061-.131.03-.216l-.655-1.74A.561.561 0 009.52 7.5c-.092 0-.2.038-.223.046A1.962 1.962 0 008 9.386c0 .24.062.462.07.516a8.648 8.648 0 002.328 4.189 8.668 8.668 0 004.195 2.325 1.965 1.965 0 002.36-1.224c.008-.023.054-.13.046-.223a.58.58 0 00-.347-.508l-1.743-.655z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
