Barrel export file for the **home & household** icon set, re-exporting all household-related SVG icon components from their individual modules as a single unified entry point. ## Key Components A flat collection of **70 household and home-related icons** organized into logical categories: | Category | Icons | |---|---| | **Furniture** | `BedIcon`, `BedBunkIcon`, `BedFrontIcon`, `CouchIcon`, `ChairIcon`, `ChairSwivelIcon`, `LampIcon`, `LampDeskIcon` | | **Kitchen** | `BlenderIcon`, `KettleIcon`, `MicrowaveIcon`, `MixerIcon`, `OvenIcon`, `PanHotIcon`, `PotIcon`, `RefrigeratorIcon`, `ForkKnifeIcon`, `ForkPlateIcon`, `ForkSpoonIcon` | | **Home Structure** | `DoorIcon`, `DoorOpenIcon`, `HouseIcon`, `HouseDoorIcon`, `HouseWindowIcon`, `WindowIcon`, `CurtainIcon`, `StairsIcon` | | **Tools & Appliances** | `WrenchIcon`, `WrenchScrewdiverIcon`, `HammerIcon`, `ShovelIcon`, `DryerIcon`, `WasherIcon`, `VacuumIcon`, `FanIcon` | | **Safety & Utilities** | `FireExtinguisherIcon`, `SirenIcon`, `SirenOnIcon`, `ElectricalPlugIcon`, `SocketIcon`, `SolarPanelIcon` | | **Personal Care** | `HairdryerIcon`, `ToothbrushIcon`, `MirrorIcon`, `LipstickIcon` | ## Usage Example ```typescript // Import individual icons as needed import { WrenchIcon, HouseIcon, RefrigeratorIcon } from './icons/home'; // Use in a React/Vue component function RoomCard() { return (