Barrel export file for the food & drink icon collection, re-exporting all individual food and beverage icon components from their respective modules. ## Key Components A flat collection of **66 food and drink icons**, organized into categories: | Category | Icons | |---|---| | **Fruits & Vegetables** | `AppleFoodIcon`, `AvocadoIcon`, `BananaIcon`, `CarrotIcon`, `CherriesIcon`, `EggplantIcon`, `GarlicIcon`, `GrapesIcon`, `KiwiIcon`, `LeafyGreenIcon`, `LemonIcon`, `LemonSliceIcon`, `MushroomIcon`, `PeachIcon`, `PearIcon`, `StrawberryIcon`, `WatermelonIcon` | | **Baked Goods & Sweets** | `BagelIcon`, `BreadLongIcon`, `BreadShortIcon`, `BreadSliceIcon`, `CakeBirthdayIcon`, `CakeSliceIcon`, `CandyCaneIcon`, `CandyIcon`, `CookieIcon`, `CupcakeIcon`, `PieIcon` | | **Meat, Seafood & Dairy** | `CheeseIcon`, `EggFriedIcon`, `EggIcon`, `FishBoneIcon`, `FishIcon`, `HamburgerCheeseIcon`, `HamburgerVeggieIcon`, `HotdogIcon`, `MeatIcon`, `MilkBottleIcon`, `MilkCartonIcon`, `SausageIcon`, `ShrimpIcon`, `SteakIcon` | | **Beverages** | `BeerIcon`, `CoffeeBeanIcon`, `CoffeeBeansIcon`, `CupBubbleTeaIcon`, `CupToGoIcon`, `CupWaterIcon`, `GlassCocktail01Icon`, `GlassCocktail02Icon`, `GlassesWineIcon`, `GlassWineIcon`, `MugHotIcon`, `MugIcon`, `MugTeaIcon`, `SodaCanIcon`, `WaterBottleIcon` | | **Dishes & Other** | `AcornIcon`, `BowlHotIcon`, `BowlNoodleIcon`, `CaterIcon`, `HoneyPotIcon`, `IceCreamIcon`, `JarIcon`, `PizzaSliceIcon`, `SandwichIcon` | ## Usage Example ```typescript import { PizzaSliceIcon, CoffeeBeanIcon, HamburgerCheeseIcon } from '@/components/icons/food'; export function MenuCard() { return (
); } ```