Hi there,
Thanks for updating the thread! You can add this under Custom > Javascript in the Customizer.
jQuery( document ).ready(function( $ ) {
$( ".x-cart.outer-inner.inline.square span.outer" )
.html( '<i class="x-icon x-icon-ticket" data-x-icon="" aria-hidden="true"></i>' );
});
Hope this helps – thanks!