.pimcore_material_icon_rename {
  background: url(/bundles/pimcoreadmin/img/material-icons/outline-edit-24px.svg) center center no-repeat;
  filter: invert(0.7);
}
 
.pimcore_material_icon_delete {
  background: url(/bundles/pimcoreadmin/img/material-icons/outline-delete-24px.svg) center center no-repeat;
  filter: invert(0.7);
}
 
.pimcore_material_icon_download_zip {
  background: url(/bundles/pimcoreadmin/img/material-icons/outline-move_to_inbox-24px.svg) center center no-repeat;
  filter: invert(0.7);
}
 
.pimcore_icon_show_in_tree {
  background: url(/bundles/pimcoreadmin/img/flat-white-icons/target.svg) center center no-repeat !important;
  filter: invert(0.7);
}

.pimcore_nav_icon_reports {
  background: url(/bundles/pimcoreadmin/img/flat-white-icons/pie_chart.svg) center center no-repeat;
  filter: invert(0.7);
}

.pimcore_nav_icon_dashboards {
  background: url(/bundles/pimcoreadmin/img/flat-white-icons/dashboard.svg) center center no-repeat;
  filter: invert(0.7);
}

.pimcore_nav_icon_perspective {
  background: url(/bundles/pimcoreadmin/img/flat-white-icons/reading.svg) center center no-repeat !important;
  filter: invert(0.7);
}
 