From 2022b2feeb8c00969f44fd6ea38dc94bc6c1fe71 Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:48:52 +1000 Subject: [PATCH] changed icon system becasue of build error --- components/Icons/Code.vue | 10 +++++++++- components/Icons/File.vue | 10 +++++++++- components/Icons/Image.vue | 10 +++++++++- components/Icons/Text.vue | 10 +++++++++- public/Code.svg | 7 ------- public/Image.svg | 7 ------- public/Text.svg | 7 ------- public/file.svg | 7 ------- 8 files changed, 36 insertions(+), 32 deletions(-) delete mode 100644 public/Code.svg delete mode 100644 public/Image.svg delete mode 100644 public/Text.svg delete mode 100644 public/file.svg diff --git a/components/Icons/Code.vue b/components/Icons/Code.vue index a0a7503..b521a9f 100644 --- a/components/Icons/Code.vue +++ b/components/Icons/Code.vue @@ -1,3 +1,11 @@ \ No newline at end of file diff --git a/components/Icons/File.vue b/components/Icons/File.vue index f65c400..97136c0 100644 --- a/components/Icons/File.vue +++ b/components/Icons/File.vue @@ -1,3 +1,11 @@ \ No newline at end of file diff --git a/components/Icons/Image.vue b/components/Icons/Image.vue index 5903bff..42eca9f 100644 --- a/components/Icons/Image.vue +++ b/components/Icons/Image.vue @@ -1,3 +1,11 @@ \ No newline at end of file diff --git a/components/Icons/Text.vue b/components/Icons/Text.vue index 54aee4b..a35d18e 100644 --- a/components/Icons/Text.vue +++ b/components/Icons/Text.vue @@ -1,3 +1,11 @@ \ No newline at end of file diff --git a/public/Code.svg b/public/Code.svg deleted file mode 100644 index 3ce8640..0000000 --- a/public/Code.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/public/Image.svg b/public/Image.svg deleted file mode 100644 index e843d91..0000000 --- a/public/Image.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/public/Text.svg b/public/Text.svg deleted file mode 100644 index e0a6d03..0000000 --- a/public/Text.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/public/file.svg b/public/file.svg deleted file mode 100644 index a88580e..0000000 --- a/public/file.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file