add Upload Download icon

This commit is contained in:
sakuya 2022-05-17 20:03:22 +08:00
parent 4f92f024b4
commit ec46584464
4 changed files with 12 additions and 2 deletions

View File

@ -0,0 +1,3 @@
<template>
<svg t="1652787958411" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="26055" width="200" height="200"><path d="M554.666667 426.666667h213.333333l-256 256-256-256h213.333333V128h85.333334v298.666667z m-384 384h682.666666v-298.666667h85.333334v341.333333a42.666667 42.666667 0 0 1-42.666667 42.666667H128a42.666667 42.666667 0 0 1-42.666667-42.666667v-341.333333h85.333334v298.666667z" p-id="26056"></path></svg>
</template>

View File

@ -0,0 +1,3 @@
<template>
<svg t="1652787882910" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25916" width="200" height="200"><path d="M170.666667 810.666667h682.666666v-298.666667h85.333334v341.333333a42.666667 42.666667 0 0 1-42.666667 42.666667H128a42.666667 42.666667 0 0 1-42.666667-42.666667v-341.333333h85.333334v298.666667z m384-426.666667v298.666667h-85.333334V384H256l256-256 256 256h-213.333333z" p-id="25917"></path></svg>
</template>

View File

@ -7,3 +7,5 @@ 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'
export { default as Upload } from './Upload.vue'
export { default as Download } from './Download.vue'

View File

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