/*!
 * 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-lock {
  -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='M8 9V6a4 4 0 118 0v3h3a1 1 0 011 .999V21a.997.997 0 01-1 1H5a1 1 0 01-1-.999V10a.997.997 0 011-1h3zm1.2 0h5.6V6a2.8 2.8 0 00-5.6 0v3zm-4 1.2v10.6h13.6V10.2H5.2zm6.2 5.675a1.5 1.5 0 111.2 0V18h-1.2v-2.125z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
