File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 62
62
target =" _blank" >
63
63
<NcButton :title =" t('assistant', 'Download this media')" >
64
64
<template #icon >
65
- <DownloadOutlineIcon />
65
+ <TrayArrowDownIcon />
66
66
</template >
67
67
</NcButton >
68
68
</a >
87
87
</template >
88
88
89
89
<script >
90
- import DownloadOutlineIcon from ' vue-material-design-icons/TrayArrowDown.vue'
90
+ import TrayArrowDownIcon from ' vue-material-design-icons/TrayArrowDown.vue'
91
91
import ShareVariantIcon from ' vue-material-design-icons/ShareVariant.vue'
92
92
import ContentSaveOutlineIcon from ' vue-material-design-icons/ContentSaveOutline.vue'
93
93
import TrashCanOutlineIcon from ' vue-material-design-icons/TrashCanOutline.vue'
@@ -120,7 +120,7 @@ export default {
120
120
ChooseInputFileButton,
121
121
UploadInputFileButton,
122
122
TrashCanOutlineIcon,
123
- DownloadOutlineIcon ,
123
+ TrayArrowDownIcon ,
124
124
ShareVariantIcon,
125
125
ContentSaveOutlineIcon,
126
126
NcButton,
Original file line number Diff line number Diff line change 48
48
target =" _blank" >
49
49
<NcButton :title =" t('assistant', 'Download this media')" >
50
50
<template #icon >
51
- <DownloadOutlineIcon />
51
+ <TrayArrowDownIcon />
52
52
</template >
53
53
</NcButton >
54
54
</a >
84
84
85
85
<script >
86
86
import CloseIcon from ' vue-material-design-icons/Close.vue'
87
- import DownloadOutlineIcon from ' vue-material-design-icons/TrayArrowDown.vue'
87
+ import TrayArrowDownIcon from ' vue-material-design-icons/TrayArrowDown.vue'
88
88
import ShareVariantIcon from ' vue-material-design-icons/ShareVariant.vue'
89
89
import ContentSaveOutlineIcon from ' vue-material-design-icons/ContentSaveOutline.vue'
90
90
@@ -111,7 +111,7 @@ export default {
111
111
AudioRecorderWrapper,
112
112
ChooseInputFileButton,
113
113
UploadInputFileButton,
114
- DownloadOutlineIcon ,
114
+ TrayArrowDownIcon ,
115
115
ShareVariantIcon,
116
116
CloseIcon,
117
117
ContentSaveOutlineIcon,
You can’t perform that action at this time.
0 commit comments