menu: fix footer icons
This commit is contained in:
@@ -6,9 +6,9 @@ interface CartType {
|
||||
const CartIcon = ({ className, onClick }: CartType) => {
|
||||
return (
|
||||
<svg
|
||||
width="17"
|
||||
height="16"
|
||||
viewBox="0 0 17 16"
|
||||
width="22px"
|
||||
height="22px"
|
||||
viewBox="0 0 16 16"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
className={className}
|
||||
|
||||
Reference in New Issue
Block a user