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 @@ + + + +