.mdi,
[class^="mdi-"],
[class*=" mdi-"],
[class^="lucide:"],
[class*=" lucide:"],
[class^="ti-"],
[class*=" ti-"] {
    align-items: center;
    display: inline-flex;
    font-style: normal;
    justify-content: center;
    line-height: 1;
    min-height: 1em;
    min-width: 1em;
    vertical-align: -0.125em;
}

.mdi::before,
[class^="mdi-"]::before,
[class*=" mdi-"]::before,
[class^="lucide:"]::before,
[class*=" lucide:"]::before,
[class^="ti-"]::before,
[class*=" ti-"]::before {
    content: "";
}

.app-svg-icon {
    display: block;
    fill: none;
    height: 1em;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 1em;
}

.app-stat-icon .app-svg-icon,
.app-theme-card-icon .app-svg-icon,
.app-suggestion-source-icon .app-svg-icon {
    height: 1.2em;
    width: 1.2em;
}
