/*!
 * 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-eyes-off {
  -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='M18.67 16.973l2.755 2.755-.849.848L3.85 3.85 4.697 3l2.855 2.855C8.932 5.303 10.432 5 12 5c4.808 0 8.972 2.848 11 7a12.65 12.65 0 01-4.33 4.973zM8.486 6.79l1.664 1.664a4 4 0 015.398 5.398l2.255 2.255c1.574-1 2.904-2.403 3.845-4.106C19.686 8.45 16.034 6.2 12 6.2a10.75 10.75 0 00-3.514.59zm6.152 6.152a2.8 2.8 0 00-3.579-3.579l3.579 3.579zm1.81 5.204c-1.38.552-2.88.855-4.448.855-4.808 0-8.972-2.848-11-7a12.65 12.65 0 014.33-4.973l.867.867A11.363 11.363 0 002.352 12c1.962 3.55 5.614 5.8 9.648 5.8a10.75 10.75 0 003.514-.59l.934.935zM8.453 10.15l.909.91a2.8 2.8 0 003.579 3.579l.91.908a4 4 0 01-5.398-5.398z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
