Change icon size

Add this code to the Custom CSS field on the Style tab of your Restaurant Menu widget’s settings:

[class*="RestaurantMenu__Component-sc"]
[class*="Info__InfoTitle-sc"]
[class*="Icon__IconContainer-sc"] {
  width: auto;
  height: auto;
}

[class*="RestaurantMenu__Component-sc"]
[class*="Info__InfoTitle-sc"]
[class*="Icon__IconContainer-sc"] svg {
  width: 200px;
  height: 200px;
}