////////图标////////
// svg
.d-icon-svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  line-height: 0;
  text-align: center;
  font-style: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: inherit;
  text-transform: none;
  svg {
    width: 1em;
    fill: currentColor;
  }
}

// 尺寸
.d-icon-svg-xs {
  font-size: 12px;
}
.d-icon-svg-sm {
  font-size: 16px;
}
.d-icon-svg-md {
  font-size: 24px;
}
.d-icon-svg-lg {
  font-size: 30px;
}