﻿
.spb-icon[_nghost-serverapp-c4042852042] {
    display: flex;
    height: var(--icon-size);
    width: var(--icon-size)
}

.spb-icon--small[_nghost-serverapp-c4042852042] {
    --icon-size: 18px
}

.spb-icon--medium[_nghost-serverapp-c4042852042] {
    --icon-size: 20px
}

.spb-icon--large[_nghost-serverapp-c4042852042] {
    --icon-size: 24px
}

.spb-icon--xlarge[_nghost-serverapp-c4042852042] {
    --icon-size: 32px
}

.spb-icon--xxlarge[_nghost-serverapp-c4042852042] {
    --icon-size: 48px
}

.spb-icon__svg[_ngcontent-serverapp-c4042852042] {
    fill: currentColor;
    height: inherit;
    width: inherit
}

.spb-icon__image[_ngcontent-serverapp-c4042852042] {
    height: inherit;
    width: inherit
}