Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-01-24 10:35:19 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-01-24 11:59:24 (GMT)
commit529e929ca9a266854a3c483bc27bb76f959d8c64 (patch)
tree8c61c14da20c8746efc4d607dc14c36e14797834 /icons
parent67b85826aa992eba30d4c29602ca4321ca1f87d2 (diff)
GTK+3 port
Work done by Benjamin Berg, Simon Schampijer, Daniel Drake, Manuel Quiñones and Gonzalo Odiard Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-By: Simon Schampijer <simon@laptop.org> Reviewed-by: Benjamin Berg <benjamin@sipsolutions.net>
Diffstat (limited to 'icons')
-rw-r--r--icons/scalable/actions/Makefile.am1
-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, 1 insertions, 113 deletions
diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am
index 19bcabc..9df018b 100644
--- a/icons/scalable/actions/Makefile.am
+++ b/icons/scalable/actions/Makefile.am
@@ -17,7 +17,6 @@ icon_DATA = \
document-send.svg \
edit-copy.svg \
edit-delete.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
deleted file mode 100644
index f25465d..0000000
--- a/icons/scalable/actions/edit-duplicate.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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 7812ff4..8c165e6 100644
--- a/icons/scalable/device/Makefile.am
+++ b/icons/scalable/device/Makefile.am
@@ -93,8 +93,7 @@ icon_DATA = \
speaker-muted-066.svg \
speaker-muted-100.svg \
touchpad-capacitive.svg \
- touchpad-resistive.svg \
- user-documents.svg
+ touchpad-resistive.svg
EXTRA_DIST = $(icon_DATA)
diff --git a/icons/scalable/device/user-documents.svg b/icons/scalable/device/user-documents.svg
deleted file mode 100644
index df046f8..0000000
--- a/icons/scalable/device/user-documents.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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 e08d9ac..79d67c9 100644
--- a/icons/scalable/emblems/Makefile.am
+++ b/icons/scalable/emblems/Makefile.am
@@ -11,7 +11,6 @@ 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
deleted file mode 100644
index 1dcf267..0000000
--- a/icons/scalable/emblems/emblem-view-source.svg
+++ /dev/null
@@ -1,80 +0,0 @@
-<?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> \ No newline at end of file