const ShoppingCart = () => { return ( <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none" > <g clip-path="url(#clip0_2300_12679)"> <path d="M1.7085 1.7085H3.37516L5.59183 12.0585C5.67314 12.4375 5.88405 12.7764 6.18826 13.0167C6.49246 13.257 6.87092 13.3838 7.2585 13.3752H15.4085C15.7878 13.3746 16.1556 13.2446 16.451 13.0067C16.7465 12.7688 16.9519 12.4373 17.0335 12.0668L18.4085 5.87516H4.26683M7.50012 17.5001C7.50012 17.9604 7.12703 18.3335 6.66679 18.3335C6.20655 18.3335 5.83346 17.9604 5.83346 17.5001C5.83346 17.0399 6.20655 16.6668 6.66679 16.6668C7.12703 16.6668 7.50012 17.0399 7.50012 17.5001ZM16.6668 17.5001C16.6668 17.9604 16.2937 18.3335 15.8335 18.3335C15.3732 18.3335 15.0001 17.9604 15.0001 17.5001C15.0001 17.0399 15.3732 16.6668 15.8335 16.6668C16.2937 16.6668 16.6668 17.0399 16.6668 17.5001Z" stroke="#171717" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" /> </g> <defs> <clipPath id="clip0_2300_12679"> <rect width="20" height="20" fill="white" /> </clipPath> </defs> </svg> ); }; return { ShoppingCart };