diff --git a/_shared_assets/themes/owncloud/static/img/icon-error.svg b/_shared_assets/themes/owncloud/static/img/icon-error.svg
deleted file mode 100644
index bba639bfd..000000000
--- a/_shared_assets/themes/owncloud/static/img/icon-error.svg
+++ /dev/null
@@ -1,813 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/_shared_assets/themes/owncloud/static/img/icon.svg b/_shared_assets/themes/owncloud/static/img/icon.svg
deleted file mode 100644
index 6f91abe6e..000000000
--- a/_shared_assets/themes/owncloud/static/img/icon.svg
+++ /dev/null
@@ -1,821 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/_shared_assets/themes/owncloud/static/img/note.svg b/_shared_assets/themes/owncloud/static/img/note.svg
new file mode 100644
index 000000000..5c2906b0c
--- /dev/null
+++ b/_shared_assets/themes/owncloud/static/img/note.svg
@@ -0,0 +1,103 @@
+
+
+
+
diff --git a/_shared_assets/themes/owncloud/static/style.css b/_shared_assets/themes/owncloud/static/style.css
index 92216f9ca..d614c33fb 100644
--- a/_shared_assets/themes/owncloud/static/style.css
+++ b/_shared_assets/themes/owncloud/static/style.css
@@ -1071,7 +1071,7 @@ img.alignleft{ margin-right: 20px; }
}
.admonition-todo .last {
- background-image: url('img/icon.svg');
+ background-image: url('img/note.svg');
}
.note .first {
@@ -1079,7 +1079,7 @@ img.alignleft{ margin-right: 20px; }
}
.note .last {
- background-image: url('img/icon.svg');
+ background-image: url('img/note.svg');
}
.warning .first {
@@ -1088,7 +1088,7 @@ img.alignleft{ margin-right: 20px; }
}
.warning .last {
- background-image: url('img/icon-error.svg');
+ background-image: url('img/note.svg');
}