/* IconStyles.css - Icon component styles */

.UnB-Icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
}

.UnB-Icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}
