diff --git a/img/mail-fluid.svg b/img/mail-fluid.svg
new file mode 100644
index 000000000..035e80de7
--- /dev/null
+++ b/img/mail-fluid.svg
@@ -0,0 +1,6046 @@
+
+
\ No newline at end of file
diff --git a/img/mail-fluid.svg.license b/img/mail-fluid.svg.license
new file mode 100644
index 000000000..da970ace2
--- /dev/null
+++ b/img/mail-fluid.svg.license
@@ -0,0 +1,2 @@
+SPDX-FileCopyrightText: Jo Myoung Hee
+SPDX-License-Identifier: CC-BY-SA-4.0
diff --git a/src/views/Setup.vue b/src/views/Setup.vue
index 6e1852583..cf69580be 100644
--- a/src/views/Setup.vue
+++ b/src/views/Setup.vue
@@ -5,18 +5,20 @@
-
-
+
+
+
+
+
+
+
+
+
@@ -31,7 +33,7 @@ import { NcContent, NcAppContent as AppContent, NcEmptyContent as EmptyContent }
import { loadState } from '@nextcloud/initial-state'
import AccountForm from '../components/AccountForm.vue'
-import IconMail from 'vue-material-design-icons/Email.vue'
+import FluidMail from '../../img/mail-fluid.svg'
import Navigation from '../components/Navigation.vue'
import logger from '../logger.js'
import { mapStores } from 'pinia'
@@ -44,13 +46,13 @@ export default {
AccountForm,
NcContent,
EmptyContent,
- IconMail,
Navigation,
},
data() {
return {
displayName: loadState('mail', 'prefill_displayName'),
email: loadState('mail', 'prefill_email'),
+ FluidMail,
allowNewMailAccounts: loadState('mail', 'allow-new-accounts', true),
error: null,
}
@@ -72,9 +74,28 @@ export default {
}
-