.micon-container {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;

  .icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }

  // :global {
  .iconfont {
    font-size: 1em;
    line-height: 1em;
  }

  // }
}
