/*!
 * 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-filled-setting {
  -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.208 4.83c.453.14.888.32 1.3.54l1.833-1.1a1 1 0 011.221.15l1.018 1.018a1 1 0 01.15 1.221l-1.1 1.833c.22.412.4.847.54 1.3l2.073.519a1 1 0 01.757.97v1.438a1 1 0 01-.757.97l-2.073.519c-.14.453-.32.888-.54 1.3l1.1 1.833a1 1 0 01-.15 1.221l-1.018 1.018a1 1 0 01-1.221.15l-1.833-1.1c-.412.22-.847.4-1.3.54l-.519 2.073a1 1 0 01-.97.757h-1.438a1 1 0 01-.97-.757l-.519-2.073a7.453 7.453 0 01-1.3-.54l-1.833 1.1a1 1 0 01-1.221-.15L4.42 18.562a1 1 0 01-.15-1.221l1.1-1.833a7.453 7.453 0 01-.54-1.3l-2.073-.519A1 1 0 012 12.72v-1.438a1 1 0 01.757-.97l2.073-.519c.14-.453.32-.888.54-1.3L4.27 6.66a1 1 0 01.15-1.221L5.438 4.42a1 1 0 011.221-.15l1.833 1.1c.412-.22.847-.4 1.3-.54l.519-2.073A1 1 0 0111.28 2h1.438a1 1 0 01.97.757l.519 2.073zM12 16a4 4 0 100-8 4 4 0 000 8z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
