/*!
 * 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-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-1V3zm1.2.2v17.6h13.6V3.2H5.2zm9.71 10.106l1.742.655a.58.58 0 01.347.508c.008.092-.038.2-.046.223a1.965 1.965 0 01-2.36 1.224 8.668 8.668 0 01-4.195-2.325A8.648 8.648 0 018.07 9.402C8.062 9.348 8 9.125 8 8.886c0-.847.54-1.563 1.296-1.84.023-.008.13-.046.223-.046a.561.561 0 01.51.339l.655 1.74c.03.085.015.13-.031.216-.155.269-.525.947-.733 1.355a.673.673 0 00.015.678 7.718 7.718 0 001.173 1.547c.455.462.987.847 1.55 1.178a.67.67 0 00.678.015 69.99 69.99 0 001.357-.731c.085-.046.124-.062.216-.03z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
