Hide the WooCommerce checkout icons

This CSS snippet hides the currency icons in the WooCommerce checkout window.

.woocommerce-checkout #payment ul.wc_payment_methods li.payment_method_mycryptocheckout label .mcc_currency_icons
{
display: none !important;
}