.public-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    vertical-align: -0.125em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

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

.theme-icon[hidden] {
    display: none !important;
}
