/*!
 * 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-camera {
  -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='M14.358 5.2H9.642l-2 3H3.2v10.6h17.6V8.2h-4.442l-2-3zm.374-1.2a.5.5 0 01.416.223L17 7h4a1 1 0 011 1v11a1 1 0 01-1 1H3a1 1 0 01-1-1V8a1 1 0 011-1h4l1.852-2.777A.5.5 0 019.268 4h5.464zM12 15.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");
}
