diff --git a/lam/graphics/alias.png b/lam/graphics/alias.png
deleted file mode 100644
index 7eebfdce2..000000000
Binary files a/lam/graphics/alias.png and /dev/null differ
diff --git a/lam/graphics/dc.png b/lam/graphics/dc.png
deleted file mode 100644
index 2769a479b..000000000
Binary files a/lam/graphics/dc.png and /dev/null differ
diff --git a/lam/graphics/editNo.png b/lam/graphics/editNo.png
deleted file mode 100644
index e6ca46c3c..000000000
Binary files a/lam/graphics/editNo.png and /dev/null differ
diff --git a/lam/graphics/link.svg b/lam/graphics/link.svg
new file mode 100644
index 000000000..243d0dd0c
--- /dev/null
+++ b/lam/graphics/link.svg
@@ -0,0 +1,8 @@
+
diff --git a/lam/graphics/phone.png b/lam/graphics/phone.png
deleted file mode 100644
index f01c18408..000000000
Binary files a/lam/graphics/phone.png and /dev/null differ
diff --git a/lam/graphics/phone.svg b/lam/graphics/phone.svg
new file mode 100644
index 000000000..9bb200e42
--- /dev/null
+++ b/lam/graphics/phone.svg
@@ -0,0 +1,11 @@
+
diff --git a/lam/graphics/undo.svg b/lam/graphics/undo.svg
new file mode 100644
index 000000000..441cc4a38
--- /dev/null
+++ b/lam/graphics/undo.svg
@@ -0,0 +1,8 @@
+
diff --git a/lam/lib/treeview.inc b/lam/lib/treeview.inc
index 1266d5bc6..ac0b1b109 100644
--- a/lam/lib/treeview.inc
+++ b/lam/lib/treeview.inc
@@ -260,7 +260,7 @@ class TreeView {
$icon = 'world-color.svg';
}
elseif (in_array('alias', $objectClasses)) {
- $icon = 'alias.png';
+ $icon = 'link.svg';
}
elseif (in_array('document', $objectClasses)) {
$icon = 'txt.svg';