/**
 * iconfont Symbol 引用样式
 * @see https://www.iconfont.cn
 */
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  flex-shrink: 0;
}

.icon--line {
  fill: currentColor;
}

.icon--fill {
  fill: currentColor;
}

/* 尺寸变体 */
.icon-sm {
  font-size: 1rem;
}

.icon-md {
  font-size: 1.5rem;
}

.icon-lg {
  font-size: 2.5rem;
}

.icon-xl {
  font-size: 3rem;
}

.icon-2xl {
  font-size: 4rem;
}
