.pimcore_icon_share {
    background: url(/bundles/pimcoreadmin/img/icon/share.png) center center no-repeat !important;
}
.pimcore_icon_share_inverted {
     background: url(/bundles/pimcoreadmin/img/icon/share.png) center center no-repeat !important;
     filter: invert(1);
 }

.pimcore_material_icon_base_settings {
    background: url(/bundles/pimcoreadmin/img/material-icons/outline-settings-24px.svg) center center no-repeat;
}

.ttg_document_property_language_label {
    background-position-x: 225px;
    background-size: 23px;
}
.pimcore_icon_de {
    background: url(/bundles/pimcoreadmin/img/flags/countries/de.svg) center center no-repeat !important;
}
.pimcore_icon_en {
    background: url(/bundles/pimcoreadmin/img/flags/countries/gb.svg) center center no-repeat !important;
}
.pimcore_icon_accept_database {
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/accept_database.svg) center center no-repeat !important;
}
.pimcore_icon_contain {
    background-size: contain !important;
}