.svg-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    vertical-align: -0.125em;
    color: inherit;
}

.svg-icon {
    width: 1em;
    height: 1em;
    display: block;
    color: inherit;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    overflow: visible;
    shape-rendering: geometricPrecision;
}

.svg-icon-fill {
    fill: currentColor;
    stroke: none;
}

.svg-icon-duotone .svg-icon-soft {
    fill: currentColor;
    opacity: .18;
    stroke: none;
}

.svg-icon-duotone .svg-icon-line {
    fill: none;
    stroke: currentColor;
}
