Use this filter to adjust the cart menu icon.
$icon = apply_filters( 'eli_menu_cart_icon', 'fa-shopping-cart' );
Parameters
$icon_code string Use the font-awesome icon attribute.
Source
This hook can be found inside the functions.php file.
https://github.com/andrewlimaza/ELI/blob/master/functions.php#L385