iconifypanel.razor.scss
.iconify-icon {
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    img {
        background-size: contain;
        background-repeat: no-repeat;
    }
}