diff --git a/components/Icons/index.tsx b/components/Icons/index.tsx index f6824bd1b..a69a2a77e 100644 --- a/components/Icons/index.tsx +++ b/components/Icons/index.tsx @@ -27,7 +27,7 @@ export { default as PersonIcon } from "./Person" export { default as PetsIcon } from "./Pets" export { default as PhoneIcon } from "./Phone" export { default as PlusCircleIcon } from "./PlusCircle" -export { default as ScandicLogoIcon } from "./ScandicLogo" export { default as RestaurantIcon } from "./Restaurant" +export { default as ScandicLogoIcon } from "./ScandicLogo" export { default as TshirtWashIcon } from "./TshirtWash" export { default as WifiIcon } from "./Wifi"