Hi friends! I want to resize the custom shopping cart SVG icon I created so that it is the same size as the search bar icon, and for it to have the same hover action as the search bar icon.
I created the icon in Adobe Illustrator and pasted the following SVG code into icon-cart-empty.liquid and icon-cart.liquid. I am using Dawn theme and my URL is www.day204clothing.com. I really appreciate your help and I am happy to answer any questions!
SVG Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 18.6 25" style="enable-background:new 0 0 18.6 25;" xml:space="preserve">
<path d="M15.2,5.2V2.3L12.8,0H9.3H5.8L3.5,2.3v2.9H0.1v18.2c0,0.9,0.7,1.6,1.6,1.6H17c0.9,0,1.6-0.7,1.6-1.6V5.2H15.2z M4,2.6l2-2
h3.3h3.3l2,2v2.6H4V2.6z M18.1,23.4c0,0.6-0.5,1-1,1H1.6c-0.6,0-1-0.5-1-1V5.7h17.5V23.4z"/>
</svg>