/*!
 * 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-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='M12.563 3.2h-1.126l-.645 2.578-.647.2a6.253 6.253 0 00-1.091.452l-.599.317-2.28-1.368-.796.797 1.368 2.28-.317.598a6.253 6.253 0 00-.453 1.091l-.199.647-2.578.645v1.126l2.578.645.2.647c.115.378.267.743.452 1.091l.317.599-1.368 2.28.797.796 2.28-1.368.598.317c.348.185.713.337 1.091.453l.647.199.645 2.578h1.126l.645-2.578.647-.2a6.253 6.253 0 001.091-.452l.599-.317 2.28 1.368.796-.797-1.368-2.28.317-.598c.185-.348.337-.713.453-1.091l.199-.647 2.578-.645v-1.126l-2.578-.645-.2-.647a6.253 6.253 0 00-.452-1.091l-.317-.599 1.368-2.28-.797-.796-2.28 1.368-.598-.317a6.253 6.253 0 00-1.091-.453l-.647-.199-.645-2.578zm2.945 2.17l1.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.073c.453.14.888.32 1.3.54zM12 14.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");
}
