diff --git a/apps/files_sharing/js/dist/files_sharing_tab.js b/apps/files_sharing/js/dist/files_sharing_tab.js
index 969345cac80cc164873ce2c902b5fe4728b99352..b25d9553117a54e8a88ac7c198e8435200b6b329 100644
Binary files a/apps/files_sharing/js/dist/files_sharing_tab.js and b/apps/files_sharing/js/dist/files_sharing_tab.js differ
diff --git a/apps/files_sharing/js/dist/files_sharing_tab.js.map b/apps/files_sharing/js/dist/files_sharing_tab.js.map
index d6750c68f52983e3149ddfc270fbc76e7573b364..65b310ed4e0e6a1052cd8d8b3fa825330315aab9 100644
Binary files a/apps/files_sharing/js/dist/files_sharing_tab.js.map and b/apps/files_sharing/js/dist/files_sharing_tab.js.map differ
diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue
index a19d1331f61388363520db11f0e041e3fb880ce5..ff6e8bcae77b3a2c433e75d25a11eacb8e56e4aa 100644
--- a/apps/files_sharing/src/components/SharingEntry.vue
+++ b/apps/files_sharing/src/components/SharingEntry.vue
@@ -121,7 +121,7 @@
 			</template>
 
 			<ActionButton v-if="share.canDelete"
-				icon="icon-delete"
+				icon="icon-close"
 				:disabled="saving"
 				@click.prevent="onDelete">
 				{{ t('files_sharing', 'Unshare') }}
diff --git a/apps/files_sharing/src/components/SharingEntryInherited.vue b/apps/files_sharing/src/components/SharingEntryInherited.vue
index d0c75c817ce38f693f9d0b26f78c7ad574b204ac..7d56f4eac34c03a1b6b934b03719236a47fa4064 100644
--- a/apps/files_sharing/src/components/SharingEntryInherited.vue
+++ b/apps/files_sharing/src/components/SharingEntryInherited.vue
@@ -41,7 +41,7 @@
 			{{ t('files_sharing', 'Via folder') }}
 		</ActionLink>
 		<ActionButton v-if="share.canDelete"
-			icon="icon-delete"
+			icon="icon-close"
 			@click.prevent="onDelete">
 			{{ t('files_sharing', 'Unshare') }}
 		</actionbutton>