.lordicon-static {
    display: inline-block;
    font-size: inherit;
    width: 1em;
    height: 1em;
    min-width: 1em;
    min-height: 1em;
    vertical-align: middle;
    background-color: currentColor;
    overflow: hidden;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.lordicon-static[aria-hidden='true'] {
    speak: never;
}

.lordicon-static::before {
    content: none !important;
}
