Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2012-03-13 10:27:54 (GMT)
committer Simon Schampijer <simon@schampijer.de>2012-03-13 10:27:54 (GMT)
commitab7deba901c26bfaf8bf3bd6829026ed1301c74f (patch)
treeaa21bcd4bc4e5e9bc080962085113a6e1b71ac12
parent3b3116a6fe7f4043fd0092b3ac318c24be692098 (diff)
Revert another unintentional part of the gtk3 theme commit
Unintentionally commit 529e929ca9a266854a3c483bc27bb76f959d8c64 removed as well some icons: edit-duplicate, user-documents, emblem-view-source. This commit restores them.
-rw-r--r--icons/scalable/actions/Makefile.am2
-rw-r--r--icons/scalable/actions/edit-duplicate.svg14
-rw-r--r--icons/scalable/device/Makefile.am3
-rw-r--r--icons/scalable/device/user-documents.svg15
-rw-r--r--icons/scalable/emblems/Makefile.am1
-rw-r--r--icons/scalable/emblems/emblem-view-source.svg80
6 files changed, 113 insertions, 2 deletions
diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am
index 67b27d9..19bcabc 100644
--- a/icons/scalable/actions/Makefile.am
+++ b/icons/scalable/actions/Makefile.am
@@ -17,7 +17,7 @@ icon_DATA = \
document-send.svg \
edit-copy.svg \
edit-delete.svg \
- edit-description.svg \
+ edit-duplicate.svg \
edit-paste.svg \
edit-redo.svg \
edit-undo.svg \
diff --git a/icons/scalable/actions/edit-duplicate.svg b/icons/scalable/actions/edit-duplicate.svg
new file mode 100644
index 0000000..f25465d
--- /dev/null
+++ b/icons/scalable/actions/edit-duplicate.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+<!ENTITY stroke_color "#010101">
+<!ENTITY fill_color "#FFFFFF">
+]>
+<svg height="55px" width="55px" version="1.1" viewBox="0 0 55 55" x="0px" y="0px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <g transform="matrix(0.901,0,0,0.901,1.325,2.718)" id="edit-duplicate">
+ <g transform="translate(-10.514,-6.930)">
+ <polygon points="15.101,28.826 23.614,28.824 23.614,20.318" style="fill:#FFFFFF" />
+ <polygon points="26.601,31.812 14.227,31.812 14.227,49.417 37.936,49.417 37.936,19.444 26.601,19.444" style="fill:#FFFFFF" />
+ </g>
+ <polygon transform="translate(9.264,5.079)" points="22.727,18.311 22.727,35.914 43.449,35.914 43.449,8.928 32.113,8.928" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3" />
+ <polyline transform="translate(9.264,5.079)" points="22.727,18.311 32.113,18.311 32.113,8.928" style="fill:none;stroke:&stroke_color;;stroke-width:3" />
+ </g>
+</svg>
diff --git a/icons/scalable/device/Makefile.am b/icons/scalable/device/Makefile.am
index 8c165e6..7812ff4 100644
--- a/icons/scalable/device/Makefile.am
+++ b/icons/scalable/device/Makefile.am
@@ -93,7 +93,8 @@ icon_DATA = \
speaker-muted-066.svg \
speaker-muted-100.svg \
touchpad-capacitive.svg \
- touchpad-resistive.svg
+ touchpad-resistive.svg \
+ user-documents.svg
EXTRA_DIST = $(icon_DATA)
diff --git a/icons/scalable/device/user-documents.svg b/icons/scalable/device/user-documents.svg
new file mode 100644
index 0000000..df046f8
--- /dev/null
+++ b/icons/scalable/device/user-documents.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" ?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#FFFFFF">
+ ]>
+<svg height="55px" viewBox="0 0 55 55" width="55px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <path d="m 7,14 5,-5 10,0 5,5 20,0 0,31 -40,0 z" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3;stroke-linecap:round;stroke-linejoin:round" />
+ <g transform="translate(14.5,17.25)">
+ <g transform="scale(.45)">
+ <path d="M 43.82,6.088 L 22.876,6.088 L 10.932,18.027 L 10.932,48.914 L 43.819,48.914 L 43.82,6.088 z" fill="&fill_color;" stroke="&stroke_color;" stroke-width="5" />
+ <polyline fill="none" points="10.932,20.027 24.876,20.027 24.876,6.088" stroke="&stroke_color;" stroke-width="5"/>
+ </g>
+ </g>
+</svg>
diff --git a/icons/scalable/emblems/Makefile.am b/icons/scalable/emblems/Makefile.am
index 79d67c9..e08d9ac 100644
--- a/icons/scalable/emblems/Makefile.am
+++ b/icons/scalable/emblems/Makefile.am
@@ -11,6 +11,7 @@ icon_DATA = \
emblem-notification.svg \
emblem-outofrange.svg \
emblem-question.svg \
+ emblem-view-source.svg \
emblem-warning.svg
EXTRA_DIST = $(icon_DATA)
diff --git a/icons/scalable/emblems/emblem-view-source.svg b/icons/scalable/emblems/emblem-view-source.svg
new file mode 100644
index 0000000..f2ef417
--- /dev/null
+++ b/icons/scalable/emblems/emblem-view-source.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#666666">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px">
+<g display="block" id="emblem-view-source">
+<g
+ transform="matrix(2.0833625,0,0,2.0803914,-75.288041,-61.96894)"
+ id="g4392"><g
+ transform="matrix(0.47058824,0,0,0.47058824,36.429686,30.085821)"
+ id="g3-2"
+ style="fill:&stroke_color;;fill-opacity:1;stroke:&stroke_color;;stroke-opacity:1"><polygon
+ points="26.891,12.363 17.238,16.369 14.659,4.975 20.555,2.531 "
+ id="polygon5-2"
+ style="fill:&stroke_color;;fill-opacity:1;stroke:&stroke_color;;stroke-opacity:1" /><polygon
+ points="42.646,26.88 38.649,17.228 50.04,14.654 52.477,20.55 "
+ id="polygon7-8"
+ style="fill:&stroke_color;;fill-opacity:1;stroke:&stroke_color;;stroke-opacity:1" /><polygon
+ points="28.117,42.645 37.775,38.645 40.349,50.029 34.453,52.471 "
+ id="polygon9-4"
+ style="fill:&stroke_color;;fill-opacity:1;stroke:&stroke_color;;stroke-opacity:1" /><polygon
+ points="37.824,16.315 28.171,12.309 34.394,2.439 40.295,4.882 "
+ id="polygon11-3"
+ style="fill:&stroke_color;;fill-opacity:1;stroke:&stroke_color;;stroke-opacity:1" /><polygon
+ points="38.628,37.791 42.623,28.139 52.493,34.365 50.055,40.258 "
+ id="polygon13-1"
+ style="fill:&stroke_color;;fill-opacity:1;stroke:&stroke_color;;stroke-opacity:1" /><polygon
+ points="16.385,37.76 12.391,28.105 2.515,34.34 4.953,40.234 "
+ id="polygon15-1"
+ style="fill:&stroke_color;;fill-opacity:1;stroke:&stroke_color;;stroke-opacity:1" /><polygon
+ points="12.319,26.875 16.32,17.216 4.936,14.643 2.493,20.539 "
+ id="polygon17-1"
+ style="fill:&stroke_color;;fill-opacity:1;stroke:&stroke_color;;stroke-opacity:1" /><polygon
+ points="26.939,42.623 17.287,38.629 14.719,50.018 20.609,52.461 "
+ id="polygon19-9"
+ style="fill:&stroke_color;;fill-opacity:1;stroke:&stroke_color;;stroke-opacity:1" /><path
+ d="m 39.925,22.352 c 2.845,6.863 -0.412,14.728 -7.274,17.574 -6.867,2.85 -14.734,-0.418 -17.578,-7.281 -2.84,-6.862 0.418,-14.733 7.279,-17.572 6.862,-2.845 14.734,0.417 17.573,7.279 z"
+ id="path21-0"
+ style="fill:&stroke_color;;fill-opacity:1;stroke:&stroke_color;;stroke-width:11.69439983;stroke-opacity:1" /></g><g
+ transform="matrix(0.4,0,0,0.4,38.370368,32.023821)"
+ id="g3">
+ <polygon
+ points="17.238,16.369 14.659,4.975 20.555,2.531 26.891,12.363 "
+ id="polygon5"
+ style="fill:&fill_color;" />
+ <polygon
+ points="38.649,17.228 50.04,14.654 52.477,20.55 42.646,26.88 "
+ id="polygon7"
+ style="fill:&fill_color;" />
+ <polygon
+ points="37.775,38.645 40.349,50.029 34.453,52.471 28.117,42.645 "
+ id="polygon9"
+ style="fill:&fill_color;" />
+ <polygon
+ points="28.171,12.309 34.394,2.439 40.295,4.882 37.824,16.315 "
+ id="polygon11"
+ style="fill:&fill_color;" />
+ <polygon
+ points="42.623,28.139 52.493,34.365 50.055,40.258 38.628,37.791 "
+ id="polygon13"
+ style="fill:&fill_color;" />
+ <polygon
+ points="12.391,28.105 2.515,34.34 4.953,40.234 16.385,37.76 "
+ id="polygon15"
+ style="fill:&fill_color;" />
+ <polygon
+ points="16.32,17.216 4.936,14.643 2.493,20.539 12.319,26.875 "
+ id="polygon17"
+ style="fill:&fill_color;" />
+ <polygon
+ points="17.287,38.629 14.719,50.018 20.609,52.461 26.939,42.623 "
+ id="polygon19"
+ style="fill:&fill_color;" />
+ <path
+ d="m 39.925,22.352 c 2.845,6.863 -0.412,14.728 -7.274,17.574 -6.867,2.85 -14.734,-0.418 -17.578,-7.281 -2.84,-6.862 0.418,-14.733 7.279,-17.572 6.862,-2.845 14.734,0.417 17.573,7.279 z"
+ id="path21"
+ style="fill:none;stroke:&fill_color;;stroke-width:11.69439983" />
+</g>
+</g>
+</g>
+</svg>