/*!
 * 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-album {
  -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='M20.8 14.409V5.2H3.2v8.892l5-4.043c.462-.374 1.205-.356 1.65.036l4.477 3.933 2.282-1.94c.462-.394 1.198-.386 1.646.017L20.8 14.41zm0 1.585l-3.374-3.036-2.188 1.86L16.582 16h-1.77l-5.806-5.06L3.2 15.636V18.8h17.6v-2.806zM2.992 4h18.016c.537 0 .992.481.992 1.075v13.85c0 .596-.444 1.075-.992 1.075H2.992C2.455 20 2 19.519 2 18.925V5.075C2 4.479 2.444 4 2.992 4z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
