From 386b682e684e6d61b50fa4bcb48a9d12521abe78 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Wed, 19 Jun 2024 17:34:19 +0800 Subject: [PATCH] update logo --- src/components/Logo/Logo.tsx | 378 +++++++++++++++++++++++++++++++++-- 1 file changed, 359 insertions(+), 19 deletions(-) diff --git a/src/components/Logo/Logo.tsx b/src/components/Logo/Logo.tsx index 6005307..cc00180 100644 --- a/src/components/Logo/Logo.tsx +++ b/src/components/Logo/Logo.tsx @@ -1,3 +1,5 @@ +import { Grid } from "@mui/material"; + interface Props { width?: number; height?: number; @@ -9,28 +11,366 @@ const Logo: React.FC = ({ width, height }) => { width={width} height={height} viewBox="0 0 600 160" - fill="none" xmlns="http://www.w3.org/2000/svg" > - - - + +