From 9c1573d2781f9ca9730a4802f0400c4ab8f016f2 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 14 Feb 2017 20:58:49 +0100 Subject: [PATCH] add screensharing icon Signed-off-by: Jan-Christoph Borchardt --- core/css/icons.css | 16 ++++++++++++++++ core/img/actions/screen-off-white.svg | 10 ++++++++++ core/img/actions/screen-off.svg | 4 ++++ core/img/actions/screen-white.svg | 10 ++++++++++ core/img/actions/screen.svg | 4 ++++ 5 files changed, 44 insertions(+) create mode 100644 core/img/actions/screen-off-white.svg create mode 100644 core/img/actions/screen-off.svg create mode 100644 core/img/actions/screen-white.svg create mode 100644 core/img/actions/screen.svg diff --git a/core/css/icons.css b/core/css/icons.css index a2869dfac1..4dbe8425bf 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -277,6 +277,22 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- background-image: url('../img/actions/rename.svg?v=1'); } +.icon-screen { + background-image: url('../img/actions/screen.svg?v=1'); +} + +.icon-screen-white { + background-image: url('../img/actions/screen-white.svg?v=1'); +} + +.icon-screen-off { + background-image: url('../img/actions/screen-off.svg?v=1'); +} + +.icon-screen-off-white { + background-image: url('../img/actions/screen-off-white.svg?v=1'); +} + .icon-search { background-image: url('../img/actions/search.svg?v=1'); } diff --git a/core/img/actions/screen-off-white.svg b/core/img/actions/screen-off-white.svg new file mode 100644 index 0000000000..dca13c32b7 --- /dev/null +++ b/core/img/actions/screen-off-white.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/img/actions/screen-off.svg b/core/img/actions/screen-off.svg new file mode 100644 index 0000000000..54b4218ba2 --- /dev/null +++ b/core/img/actions/screen-off.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/img/actions/screen-white.svg b/core/img/actions/screen-white.svg new file mode 100644 index 0000000000..20372949af --- /dev/null +++ b/core/img/actions/screen-white.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/img/actions/screen.svg b/core/img/actions/screen.svg new file mode 100644 index 0000000000..b4005ca5d1 --- /dev/null +++ b/core/img/actions/screen.svg @@ -0,0 +1,4 @@ + + + +