From fb3a30815fcac9d9f4c4594a319df3a110a00b16 Mon Sep 17 00:00:00 2001 From: tianyaxiang Date: Sat, 1 Feb 2025 15:47:36 +0800 Subject: [PATCH] add logo --- public/favicon.svg | 50 ++++++++++++++++++++++++++--------- src/components/icons/Logo.tsx | 50 +++++++++++++++++++++-------------- 2 files changed, 67 insertions(+), 33 deletions(-) diff --git a/public/favicon.svg b/public/favicon.svg index 20611ce..701c170 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,16 +1,40 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/icons/Logo.tsx b/src/components/icons/Logo.tsx index 9ac7509..f72002d 100644 --- a/src/components/icons/Logo.tsx +++ b/src/components/icons/Logo.tsx @@ -6,31 +6,41 @@ export function Logo({ className, ...props }: SVGProps) { xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" - stroke="currentColor" - strokeWidth="2" - strokeLinecap="round" - strokeLinejoin="round" className={className} {...props} > - {/* Neural network nodes */} - - - - - - - {/* Connections */} - - - - - - {/* Pen tip overlay */} + {/* Background gradient */} + + + + + + + + {/* Message bubble */} + + {/* AI Processor Symbol */} + + + )