/* Icon for the top menu entry "Parc Machines" (mainmenu code: parcmachine).
   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.parcmachine::before {
	content: "\f0d1"; /* fa-truck */
	font-family: "Font Awesome 5 Free", "FontAwesome";
	font-weight: 900;
}
