/* Icon for the top menu entry "SAV Travaux Publics" (mainmenu code: savtp).
   Dolibarr's top menu icons are driven by CSS on div.mainmenu.<code>,
   not by the 'prefix' field used for left-menu entries. */
div.mainmenu.savtp::before {
	content: "\f0ad"; /* fa-wrench */
	font-family: "Font Awesome 5 Free", "FontAwesome";
	font-weight: 900;
}
