Customizable icons for the RoomSearchBar component.
const customIcons: Partial<RoomSearchBarIcons> = { searchIcon: <SearchOutlined />, clearIcon: <CloseOutlined />,}; Copy
const customIcons: Partial<RoomSearchBarIcons> = { searchIcon: <SearchOutlined />, clearIcon: <CloseOutlined />,};
Icon for the clear/reset button
Icon for the search input
Customizable icons for the RoomSearchBar component.
Example