diff options
author | andreas kainz <kainz.a@gmail.com> | 2017-02-20 22:58:31 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-02-21 00:08:39 +0000 |
commit | 0116e88e4cdac395fc4a35c27a813fdf0301c296 (patch) | |
tree | 4e6cb5ad8fc42137f435489f9ae7f133a5da11ff /icon-themes | |
parent | 6a97c409f7244324a4a17f76497337514ad4f0fb (diff) |
add notebookbar icon to the breeze icon theme
Change-Id: I142092d7f22d5dd93d23b73b51309fc1496f504f
Reviewed-on: https://gerrit.libreoffice.org/34494
Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'icon-themes')
-rw-r--r-- | icon-themes/breeze/res/notebookbar.png | bin | 0 -> 179 bytes | |||
-rw-r--r-- | icon-themes/breeze_dark/res/notebookbar.png | bin | 0 -> 179 bytes | |||
-rw-r--r-- | icon-themes/breeze_svg/res/notebookbar.svg | 69 |
3 files changed, 69 insertions, 0 deletions
diff --git a/icon-themes/breeze/res/notebookbar.png b/icon-themes/breeze/res/notebookbar.png Binary files differnew file mode 100644 index 000000000000..3cb36d1c18c3 --- /dev/null +++ b/icon-themes/breeze/res/notebookbar.png diff --git a/icon-themes/breeze_dark/res/notebookbar.png b/icon-themes/breeze_dark/res/notebookbar.png Binary files differnew file mode 100644 index 000000000000..cea73a1eb106 --- /dev/null +++ b/icon-themes/breeze_dark/res/notebookbar.png diff --git a/icon-themes/breeze_svg/res/notebookbar.svg b/icon-themes/breeze_svg/res/notebookbar.svg new file mode 100644 index 000000000000..a5b6d6f9d162 --- /dev/null +++ b/icon-themes/breeze_svg/res/notebookbar.svg @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + viewBox="0 0 16 16" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="notebookbar.svg"> + <metadata + id="metadata10"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="2560" + inkscape:window-height="1375" + id="namedview8" + showgrid="false" + inkscape:zoom="14.75" + inkscape:cx="-2.2711864" + inkscape:cy="8" + inkscape:window-x="0" + inkscape:window-y="36" + inkscape:window-maximized="1" + inkscape:current-layer="svg2" /> + <defs + id="defs3051"> + <style + type="text/css" + id="current-color-scheme"> + .ColorScheme-Text { + color:#4d4d4d; + } + </style> + </defs> + <rect + style="opacity:1;fill:#c8cacc;fill-opacity:0.15686275;stroke:none" + id="rect4377-3-6" + width="16" + height="16" + x="0" + y="0" + ry="0" /> + <path + style="fill:currentColor;fill-opacity:1;stroke:none" + d="M 2 3 L 2 5 L 14 5 L 14 3 L 2 3 z M 2 7 L 2 9 L 14 9 L 14 7 L 2 7 z M 2 11 L 2 13 L 14 13 L 14 11 L 2 11 z " + class="ColorScheme-Text" + id="path6" /> +</svg> |