From b3cbc9545b455d9369b8d90e223d53f67b2165cc Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 29 May 2024 08:25:15 -0600 Subject: [PATCH] Add deer icon --- web/src/utils/iconUtil.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/utils/iconUtil.tsx b/web/src/utils/iconUtil.tsx index 3e8b8cca0..0a49f6dac 100644 --- a/web/src/utils/iconUtil.tsx +++ b/web/src/utils/iconUtil.tsx @@ -12,7 +12,7 @@ import { FaFire, FaUps, } from "react-icons/fa"; -import { GiHummingbird } from "react-icons/gi"; +import { GiDeer, GiHummingbird } from "react-icons/gi"; import { LuBox, LuLassoSelect } from "react-icons/lu"; import * as LuIcons from "react-icons/lu"; import { MdRecordVoiceOver } from "react-icons/md"; @@ -38,6 +38,8 @@ export function getIconForLabel(label: string, className?: string) { return ; case "cat": return ; + case "deer": + return ; case "animal": case "bark": case "dog":