diff options
author | andreas kainz <kainz.a@gmail.com> | 2017-04-07 22:22:42 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-04-10 05:11:46 +0200 |
commit | 175c0fa9fc5ab6d791eca67ded404adf85243344 (patch) | |
tree | 7a09e788ee60dc40e261ae918b1234663e4cb71d /icon-themes | |
parent | 6cd854f8ac4d7ae5ed260fa3a983a02fd4fff0fd (diff) |
add newwindow icon in the ui and the breeze icon for newwindow
Change-Id: Ia252ed209752e04cb3ce3a6cd7d3d5266f931cdb
Reviewed-on: https://gerrit.libreoffice.org/36283
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'icon-themes')
-rw-r--r-- | icon-themes/breeze/cmd/lc_newwindow.png | bin | 0 -> 196 bytes | |||
-rw-r--r-- | icon-themes/breeze/cmd/sc_newwindow.png | bin | 0 -> 193 bytes | |||
-rw-r--r-- | icon-themes/breeze_dark/cmd/lc_newwindow.png | bin | 0 -> 196 bytes | |||
-rw-r--r-- | icon-themes/breeze_dark/cmd/sc_newwindow.png | bin | 0 -> 193 bytes | |||
-rw-r--r-- | icon-themes/breeze_svg/cmd/lc_newwindow.svg | 13 | ||||
-rw-r--r-- | icon-themes/breeze_svg/cmd/sc_newwindow.svg | 14 |
6 files changed, 27 insertions, 0 deletions
diff --git a/icon-themes/breeze/cmd/lc_newwindow.png b/icon-themes/breeze/cmd/lc_newwindow.png Binary files differnew file mode 100644 index 000000000000..ca1978674798 --- /dev/null +++ b/icon-themes/breeze/cmd/lc_newwindow.png diff --git a/icon-themes/breeze/cmd/sc_newwindow.png b/icon-themes/breeze/cmd/sc_newwindow.png Binary files differnew file mode 100644 index 000000000000..75663bc4ce00 --- /dev/null +++ b/icon-themes/breeze/cmd/sc_newwindow.png diff --git a/icon-themes/breeze_dark/cmd/lc_newwindow.png b/icon-themes/breeze_dark/cmd/lc_newwindow.png Binary files differnew file mode 100644 index 000000000000..448e25284b57 --- /dev/null +++ b/icon-themes/breeze_dark/cmd/lc_newwindow.png diff --git a/icon-themes/breeze_dark/cmd/sc_newwindow.png b/icon-themes/breeze_dark/cmd/sc_newwindow.png Binary files differnew file mode 100644 index 000000000000..c745b16c402a --- /dev/null +++ b/icon-themes/breeze_dark/cmd/sc_newwindow.png diff --git a/icon-themes/breeze_svg/cmd/lc_newwindow.svg b/icon-themes/breeze_svg/cmd/lc_newwindow.svg new file mode 100644 index 000000000000..de66a7050a12 --- /dev/null +++ b/icon-themes/breeze_svg/cmd/lc_newwindow.svg @@ -0,0 +1,13 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <defs id="defs3051"> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#4d4d4d; + } + </style> + </defs> + <path style="fill:currentColor;fill-opacity:1;stroke:none" + d="M 4 4 L 4 5 L 4 19 L 4 20 L 5 20 L 7 20 L 7 19 L 5 19 L 5 8 L 19 8 L 19 9 L 20 9 L 20 4 L 19 4 L 4 4 z M 8 10 L 8 14 L 8 16 L 8 18 L 8 19 L 8 20 L 12 20 L 20 20 L 20 19 L 20 14 L 20 10 L 19 10 L 18 10 L 8 10 z M 9 14 L 19 14 L 19 19 L 12 19 L 9 19 L 9 16 L 9 14 z " + class="ColorScheme-Text" + /> +</svg> diff --git a/icon-themes/breeze_svg/cmd/sc_newwindow.svg b/icon-themes/breeze_svg/cmd/sc_newwindow.svg new file mode 100644 index 000000000000..968d572ee984 --- /dev/null +++ b/icon-themes/breeze_svg/cmd/sc_newwindow.svg @@ -0,0 +1,14 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> + <defs id="defs3051"> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#4d4d4d; + } + </style> + </defs> + <path + style="fill:currentColor;fill-opacity:1;stroke:none" + d="M 2 2 L 2 14 L 5 14 L 5 13 L 3 13 L 3 4 L 13 4 L 13 5 L 14 5 L 14 2 L 2 2 z M 6 6 L 6 14 L 14 14 L 14 6 L 6 6 z M 7 8 L 13 8 L 13 13 L 7 13 L 7 8 z " + class="ColorScheme-Text" + id="rect4498" /> +</svg> |