Hello,
In order to change the icons from the admin dashboard, please add the below code to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.
Tickets:
.woocommerce-MyAccount-content .tickets-link a::before {
content: "\f26e";
font-family: 'Font Awesome 5 Brands';
font-weight: 900;
}
Coupons:
.woocommerce-MyAccount-content .wc-smart-coupons-link a::before {
content: "\f369";
font-family: 'Font Awesome 5 Brands';
font-weight: 900;
}
Don’t hesitate to let me know if you need any further help or any other info.
Kind Regards