From 985bb35594e8c5e044fcb5942381289844dc3c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=9F=E5=B7=9D=E4=B8=9C?= Date: Wed, 7 May 2025 22:57:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=20svg=20=E6=BA=90?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E4=BE=BF=E4=BA=8E=E5=90=8E=E7=BB=AD?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=88=96=E4=BF=AE=E6=94=B9=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- icon_svg/arrow-right-circle.svg | 1 + icon_svg/arrow-right.svg | 1 + icon_svg/arrow-up-line.svg | 1 + icon_svg/call.svg | 1 + icon_svg/checkbox-blank-circle.svg | 1 + icon_svg/checkbox-circle.svg | 1 + icon_svg/close-circle-fill.svg | 1 + icon_svg/flashlight.svg | 1 + icon_svg/info.svg | 1 + icon_svg/logout.svg | 1 + icon_svg/navigation.svg | 1 + icon_svg/progress-2-line.svg | 1 + icon_svg/reset-left-fill.svg | 1 + icon_svg/reset-left-line.svg | 1 + icon_svg/time.svg | 1 + icon_svg/upload-cloud-fill.svg | 1 + icon_svg/user.svg | 1 + 17 files changed, 17 insertions(+) create mode 100755 icon_svg/arrow-right-circle.svg create mode 100755 icon_svg/arrow-right.svg create mode 100755 icon_svg/arrow-up-line.svg create mode 100755 icon_svg/call.svg create mode 100755 icon_svg/checkbox-blank-circle.svg create mode 100755 icon_svg/checkbox-circle.svg create mode 100644 icon_svg/close-circle-fill.svg create mode 100755 icon_svg/flashlight.svg create mode 100755 icon_svg/info.svg create mode 100755 icon_svg/logout.svg create mode 100755 icon_svg/navigation.svg create mode 100755 icon_svg/progress-2-line.svg create mode 100755 icon_svg/reset-left-fill.svg create mode 100755 icon_svg/reset-left-line.svg create mode 100755 icon_svg/time.svg create mode 100755 icon_svg/upload-cloud-fill.svg create mode 100755 icon_svg/user.svg diff --git a/icon_svg/arrow-right-circle.svg b/icon_svg/arrow-right-circle.svg new file mode 100755 index 0000000..47a4278 --- /dev/null +++ b/icon_svg/arrow-right-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon_svg/arrow-right.svg b/icon_svg/arrow-right.svg new file mode 100755 index 0000000..774d7e1 --- /dev/null +++ b/icon_svg/arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon_svg/arrow-up-line.svg b/icon_svg/arrow-up-line.svg new file mode 100755 index 0000000..3c54b1d --- /dev/null +++ b/icon_svg/arrow-up-line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon_svg/call.svg b/icon_svg/call.svg new file mode 100755 index 0000000..5ddb59f --- /dev/null +++ b/icon_svg/call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon_svg/checkbox-blank-circle.svg b/icon_svg/checkbox-blank-circle.svg new file mode 100755 index 0000000..5c180f5 --- /dev/null +++ b/icon_svg/checkbox-blank-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon_svg/checkbox-circle.svg b/icon_svg/checkbox-circle.svg new file mode 100755 index 0000000..3f0d312 --- /dev/null +++ b/icon_svg/checkbox-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon_svg/close-circle-fill.svg b/icon_svg/close-circle-fill.svg new file mode 100644 index 0000000..ea320f2 --- /dev/null +++ b/icon_svg/close-circle-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon_svg/flashlight.svg b/icon_svg/flashlight.svg new file mode 100755 index 0000000..cd01edb --- /dev/null +++ b/icon_svg/flashlight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon_svg/info.svg b/icon_svg/info.svg new file mode 100755 index 0000000..309b4da --- /dev/null +++ b/icon_svg/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon_svg/logout.svg b/icon_svg/logout.svg new file mode 100755 index 0000000..54b52c7 --- /dev/null +++ b/icon_svg/logout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon_svg/navigation.svg b/icon_svg/navigation.svg new file mode 100755 index 0000000..8949818 --- /dev/null +++ b/icon_svg/navigation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon_svg/progress-2-line.svg b/icon_svg/progress-2-line.svg new file mode 100755 index 0000000..2d8bc00 --- /dev/null +++ b/icon_svg/progress-2-line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon_svg/reset-left-fill.svg b/icon_svg/reset-left-fill.svg new file mode 100755 index 0000000..5687714 --- /dev/null +++ b/icon_svg/reset-left-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon_svg/reset-left-line.svg b/icon_svg/reset-left-line.svg new file mode 100755 index 0000000..0ec5231 --- /dev/null +++ b/icon_svg/reset-left-line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon_svg/time.svg b/icon_svg/time.svg new file mode 100755 index 0000000..92ebce7 --- /dev/null +++ b/icon_svg/time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon_svg/upload-cloud-fill.svg b/icon_svg/upload-cloud-fill.svg new file mode 100755 index 0000000..6276ef3 --- /dev/null +++ b/icon_svg/upload-cloud-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon_svg/user.svg b/icon_svg/user.svg new file mode 100755 index 0000000..58694ee --- /dev/null +++ b/icon_svg/user.svg @@ -0,0 +1 @@ + \ No newline at end of file