diff --git a/apps/files_sharing/src/components/ShareExpiryTime.vue b/apps/files_sharing/src/components/ShareExpiryTime.vue index 939142616e9..76108752f38 100644 --- a/apps/files_sharing/src/components/ShareExpiryTime.vue +++ b/apps/files_sharing/src/components/ShareExpiryTime.vue @@ -31,7 +31,7 @@ import NcButton from '@nextcloud/vue/components/NcButton' import NcPopover from '@nextcloud/vue/components/NcPopover' import NcDateTime from '@nextcloud/vue/components/NcDateTime' -import ClockIcon from 'vue-material-design-icons/Clock.vue' +import ClockIcon from 'vue-material-design-icons/ClockOutline.vue' export default { name: 'ShareExpiryTime',