How do I change the cart icon in Dawn theme
Hi @GeorgeRizos
Currently Dawn theme use svg file to make the icon.
So in this case if you have the svg code
You can try follow this path:
Themes => edit code => snippets => icon-cart.liquid
and replace the code in icon-cart.liquid file by your icon cart code.