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' ] } ]