From 9c3dd65fc98a88616d7958b77293fa9337045d9c Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 30 Mar 2026 15:03:18 +0200 Subject: [PATCH] Add missing file --- web/lib/icons/mushroom.tsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 web/lib/icons/mushroom.tsx diff --git a/web/lib/icons/mushroom.tsx b/web/lib/icons/mushroom.tsx new file mode 100644 index 00000000..5579c876 --- /dev/null +++ b/web/lib/icons/mushroom.tsx @@ -0,0 +1,24 @@ +export const CustomMushroom = ({className}: {className: string}) => ( + + {/* cap */} + + + {/* stem */} + + + {/* cap spots */} + + + + +)