.el-svg-icon {
    height: 1em;
    width: 1em;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    fill: currentColor;
    bottom: 0em;
    overflow: hidden;
    vertical-align: -0.15em;
    & > svg {
        height: 1em;
        width: 1em;
    }
}