From f7c401119ed781d320aeeb2f669c818d7cdf62b9 Mon Sep 17 00:00:00 2001 From: Haoran-M Date: Sun, 26 Nov 2023 12:59:07 -0800 Subject: [PATCH] icons changes icons --- app/page.tsx | 6 +- public/images/apple.svg | 351 +++++---------------------- public/images/danger.svg | 6 + public/images/desert.svg | 255 +------------------- public/images/flower.svg | 32 ++- public/images/indoor.svg | 494 ++------------------------------------ public/images/leaf.svg | 12 +- public/images/medical.svg | 2 + public/images/rare.svg | 32 +++ 9 files changed, 178 insertions(+), 1012 deletions(-) create mode 100644 public/images/danger.svg create mode 100644 public/images/medical.svg create mode 100644 public/images/rare.svg diff --git a/app/page.tsx b/app/page.tsx index e54a85a..0e72168 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -121,11 +121,11 @@ export default function Home() {

Danger

- flower + flower

Medicinal

- flower + flower

Indoor

@@ -145,7 +145,7 @@ export default function Home() {

Rare

- flower + flower
diff --git a/public/images/apple.svg b/public/images/apple.svg index eb09b59..3cd7a3a 100644 --- a/public/images/apple.svg +++ b/public/images/apple.svg @@ -1,285 +1,66 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/danger.svg b/public/images/danger.svg new file mode 100644 index 0000000..df52b47 --- /dev/null +++ b/public/images/danger.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/public/images/desert.svg b/public/images/desert.svg index 0f0a98b..71d8658 100644 --- a/public/images/desert.svg +++ b/public/images/desert.svg @@ -1,252 +1,3 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + \ No newline at end of file diff --git a/public/images/flower.svg b/public/images/flower.svg index fe95c41..6b1850b 100644 --- a/public/images/flower.svg +++ b/public/images/flower.svg @@ -1 +1,31 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/indoor.svg b/public/images/indoor.svg index 5cfd8ec..3508e05 100644 --- a/public/images/indoor.svg +++ b/public/images/indoor.svg @@ -1,470 +1,24 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/leaf.svg b/public/images/leaf.svg index d9a0468..1d17193 100644 --- a/public/images/leaf.svg +++ b/public/images/leaf.svg @@ -1 +1,11 @@ -Tropical-Leaf \ No newline at end of file + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/medical.svg b/public/images/medical.svg new file mode 100644 index 0000000..9dbd943 --- /dev/null +++ b/public/images/medical.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/public/images/rare.svg b/public/images/rare.svg new file mode 100644 index 0000000..44882d9 --- /dev/null +++ b/public/images/rare.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + \ No newline at end of file