From e83f99ba95b0d24a0c8dd18eb28f6fe041d935ae Mon Sep 17 00:00:00 2001 From: Supra4E8C Date: Sun, 15 Mar 2026 18:23:46 +0800 Subject: [PATCH] feat(icons): update sidebar icons for improved design and clarity --- src/components/ui/icons.tsx | 165 ++++++++++-------------------------- 1 file changed, 46 insertions(+), 119 deletions(-) diff --git a/src/components/ui/icons.tsx b/src/components/ui/icons.tsx index f79092f..3a71f97 100644 --- a/src/components/ui/icons.tsx +++ b/src/components/ui/icons.tsx @@ -334,19 +334,10 @@ export function IconLayoutDashboard({ size = 20, ...props }: IconProps) { export function IconSidebarDashboard({ size = 20, ...props }: IconProps) { return ( - - - - - + + + + ); } @@ -354,18 +345,10 @@ export function IconSidebarDashboard({ size = 20, ...props }: IconProps) { export function IconSidebarConfig({ size = 20, ...props }: IconProps) { return ( - - - - + + + + ); } @@ -373,13 +356,12 @@ export function IconSidebarConfig({ size = 20, ...props }: IconProps) { export function IconSidebarProviders({ size = 20, ...props }: IconProps) { return ( - - - - - - - + + + + + + ); } @@ -387,12 +369,9 @@ export function IconSidebarProviders({ size = 20, ...props }: IconProps) { export function IconSidebarAuthFiles({ size = 20, ...props }: IconProps) { return ( - - - - - - + + + ); } @@ -400,11 +379,13 @@ export function IconSidebarAuthFiles({ size = 20, ...props }: IconProps) { export function IconSidebarOauth({ size = 20, ...props }: IconProps) { return ( - - - - - + + + ); } @@ -412,12 +393,8 @@ export function IconSidebarOauth({ size = 20, ...props }: IconProps) { export function IconSidebarQuota({ size = 20, ...props }: IconProps) { return ( - - - - - - + + ); } @@ -425,35 +402,10 @@ export function IconSidebarQuota({ size = 20, ...props }: IconProps) { export function IconSidebarUsage({ size = 20, ...props }: IconProps) { return ( - - - - - + + + + ); } @@ -461,30 +413,12 @@ export function IconSidebarUsage({ size = 20, ...props }: IconProps) { export function IconSidebarLogs({ size = 20, ...props }: IconProps) { return ( - - - - - - - + + + + + + ); } @@ -492,23 +426,16 @@ export function IconSidebarLogs({ size = 20, ...props }: IconProps) { export function IconSidebarSystem({ size = 20, ...props }: IconProps) { return ( - - - - - - - - - + + + + + + + + + + ); }