/*!
 * 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-volume-down {
  -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='M12 5.414L7.914 9.5H3v5h4.914L12 18.586V5.414zM7.5 8.5l3.793-3.793A1 1 0 0113 5.414v13.172a1 1 0 01-1.707.707L7.5 15.5H3a1 1 0 01-1-1v-5a1 1 0 011-1h4.5zm7.828 6.328A3.983 3.983 0 0016.5 12a3.983 3.983 0 00-1.172-2.828l.849-.849A5.184 5.184 0 0117.7 12a5.184 5.184 0 01-1.523 3.677l-.849-.849z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
