From f7aa0a09e22792eeeae574b585a499f0f459cede Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Tue, 12 Aug 2025 13:27:26 +0800 Subject: [PATCH] update submodule --- src/component/Icons/Gift.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/component/Icons/Gift.tsx diff --git a/src/component/Icons/Gift.tsx b/src/component/Icons/Gift.tsx new file mode 100644 index 0000000..12a0ef6 --- /dev/null +++ b/src/component/Icons/Gift.tsx @@ -0,0 +1,9 @@ +import { SvgIcon, SvgIconProps } from "@mui/material"; + +export default function Gift(props: SvgIconProps) { + return ( + + + + ); +}