From 9cc751e7dd7b0c6d5941529a8fc03462b48a2909 Mon Sep 17 00:00:00 2001 From: Android Date: Tue, 2 Sep 2025 16:01:04 +0800 Subject: [PATCH] feat: update icon assets --- src/components/themes/chengdu/icons/cr.tsx | 71 +++++++++++++------- src/components/themes/chongqing/icons/cr.tsx | 71 +++++++++++++------- 2 files changed, 90 insertions(+), 52 deletions(-) diff --git a/src/components/themes/chengdu/icons/cr.tsx b/src/components/themes/chengdu/icons/cr.tsx index 4e04906..c6119e9 100644 --- a/src/components/themes/chengdu/icons/cr.tsx +++ b/src/components/themes/chengdu/icons/cr.tsx @@ -11,34 +11,53 @@ const CR = ({ }: IconProps) => { return ( + + + + + + + + + + + + + - - - - + + + + - + ); diff --git a/src/components/themes/chongqing/icons/cr.tsx b/src/components/themes/chongqing/icons/cr.tsx index 4e04906..c6119e9 100644 --- a/src/components/themes/chongqing/icons/cr.tsx +++ b/src/components/themes/chongqing/icons/cr.tsx @@ -11,34 +11,53 @@ const CR = ({ }: IconProps) => { return ( + + + + + + + + + + + + + - - - - + + + + - + );