.iconpicker-frontend-icon {
    display: inline-flex;
    width: 1.6em;
    height: 1.6em;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.iconpicker-frontend-icon svg,
.iconpicker-frontend-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.iconpicker-frontend-icon svg {
    stroke: currentColor;
}
