As a work around you can dequeue eIcons until they fix this :
add_action( ‘wp_enqueue_scripts’, ‘remove_default_stylesheet’, 20 );
function remove_default_stylesheet() {
wp_deregister_style( ‘elementor-icons’ );
}
source: https://elementor.com/help/speed-up-a-slow-site/