From ec46584464bc4605d20d5b3bf0594608a2d9fb3e Mon Sep 17 00:00:00 2001
From: sakuya <81883387@qq.com>
Date: Tue, 17 May 2022 20:03:22 +0800
Subject: [PATCH] add Upload Download icon
---
src/assets/icons/Download.vue | 3 +++
src/assets/icons/Upload.vue | 3 +++
src/assets/icons/index.js | 4 +++-
src/config/iconSelect.js | 4 +++-
4 files changed, 12 insertions(+), 2 deletions(-)
create mode 100644 src/assets/icons/Download.vue
create mode 100644 src/assets/icons/Upload.vue
diff --git a/src/assets/icons/Download.vue b/src/assets/icons/Download.vue
new file mode 100644
index 00000000..d9170407
--- /dev/null
+++ b/src/assets/icons/Download.vue
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/src/assets/icons/Upload.vue b/src/assets/icons/Upload.vue
new file mode 100644
index 00000000..ca16906c
--- /dev/null
+++ b/src/assets/icons/Upload.vue
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/src/assets/icons/index.js b/src/assets/icons/index.js
index 26cfef5c..7d60d7a6 100644
--- a/src/assets/icons/index.js
+++ b/src/assets/icons/index.js
@@ -6,4 +6,6 @@ export { default as BugLine } from './BugLine.vue'
export { default as FileWord } from './FileWord.vue'
export { default as FileExcel } from './FileExcel.vue'
export { default as FilePpt } from './FilePpt.vue'
-export { default as Organization } from './Organization.vue'
\ No newline at end of file
+export { default as Organization } from './Organization.vue'
+export { default as Upload } from './Upload.vue'
+export { default as Download } from './Download.vue'
\ No newline at end of file
diff --git a/src/config/iconSelect.js b/src/config/iconSelect.js
index 88b726fd..d43a4a74 100644
--- a/src/config/iconSelect.js
+++ b/src/config/iconSelect.js
@@ -296,7 +296,9 @@ export default {
'sc-icon-file-word',
'sc-icon-file-excel',
'sc-icon-file-ppt',
- 'sc-icon-organization'
+ 'sc-icon-organization',
+ 'sc-icon-upload',
+ 'sc-icon-download'
]
}
]