This is part of an overall solution to Host MyListing Material Icons Locally for Better Performance.
// Prevent MyListing From Loading Material Icons
add_action(
"wp_enqueue_scripts",
function () {
wp_dequeue_style("mylisting-material-icons");
},
99
);