diff --git a/core/css/icons.css b/core/css/icons.css
index d1ef86a94d05a..d9b38ab1296ab 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -114,6 +114,10 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading-
background-image: url('../img/actions/add.svg?v=1');
}
+.icon-audio {
+ background-image: url('../img/actions/audio.svg?v=1');
+}
+
.icon-caret {
background-image: url('../img/actions/caret.svg?v=1');
}
@@ -309,6 +313,10 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading-
background-image: url('../img/actions/user.svg?v=1');
}
+.icon-video {
+ background-image: url('../img/actions/video.svg?v=1');
+}
+
.icon-view-close {
background-image: url('../img/actions/view-close.svg?v=1');
}
diff --git a/core/img/actions/audio-white.svg b/core/img/actions/audio-white.svg
new file mode 100644
index 0000000000000..dc12a026ad2f5
--- /dev/null
+++ b/core/img/actions/audio-white.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/core/img/actions/audio.svg b/core/img/actions/audio.svg
new file mode 100644
index 0000000000000..9880758e438b2
--- /dev/null
+++ b/core/img/actions/audio.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/core/img/actions/video-white.svg b/core/img/actions/video-white.svg
new file mode 100644
index 0000000000000..0719ef024ed31
--- /dev/null
+++ b/core/img/actions/video-white.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/core/img/actions/video.svg b/core/img/actions/video.svg
new file mode 100644
index 0000000000000..72fab50f0ce4f
--- /dev/null
+++ b/core/img/actions/video.svg
@@ -0,0 +1,4 @@
+
+