diff --git a/web/src/utils/iconUtil.tsx b/web/src/utils/iconUtil.tsx
index daaebf42a..11be7cb9e 100644
--- a/web/src/utils/iconUtil.tsx
+++ b/web/src/utils/iconUtil.tsx
@@ -26,11 +26,13 @@ import {
GiDeer,
GiFox,
GiGoat,
+ GiKangaroo,
GiPolarBear,
GiPostStamp,
GiRabbit,
GiRaccoonHead,
GiSailboat,
+ GiSquirrel,
} from "react-icons/gi";
import { LuBox, LuLassoSelect, LuScanBarcode } from "react-icons/lu";
import * as LuIcons from "react-icons/lu";
@@ -72,6 +74,7 @@ export function getIconForLabel(label: string, className?: string) {
case "boat":
return ;
case "bus":
+ case "school_bus":
return ;
case "car":
case "vehicle":
@@ -90,6 +93,8 @@ export function getIconForLabel(label: string, className?: string) {
return ;
case "horse":
return ;
+ case "kangaroo":
+ return ;
case "license_plate":
return ;
case "motorcycle":
@@ -108,6 +113,8 @@ export function getIconForLabel(label: string, className?: string) {
return ;
case "sports_ball":
return ;
+ case "skunk":
+ return ;
case "squirrel":
return ;
case "umbrella":
@@ -127,12 +134,14 @@ export function getIconForLabel(label: string, className?: string) {
case "amazon":
return ;
case "an_post":
+ case "canada_post":
case "dpd":
case "gls":
case "nzpost":
case "postnl":
case "postnord":
case "purolator":
+ case "royal_mail":
return ;
case "dhl":
return ;