.icon-symbol {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: -0.125em;
    flex-shrink: 0;
    color: currentColor;
    line-height: 1;
    fill: currentColor;
}

.icon-symbol path {
    fill: currentColor;
}

svg.icon-symbol {
    width: 1em;
    height: 1em;
    display: block;
    fill: currentColor;
}

.material-symbols-outlined.icon-replaced {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.material-symbols-outlined.icon-replaced .icon-symbol {
    display: block;
}
