Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2010-03-03 17:07:52 (GMT)
committer Simon Schampijer <simon@schampijer.de>2010-03-03 17:07:52 (GMT)
commit2a7ebb72f6b09e9a6a5008661cb8c260f0ab1c3e (patch)
tree54e1f601e011f0756b3df3d319f2d5ec148693fd
parenta33600abc36abf7da4a8f418920ea714f7c6a9da (diff)
Add icons for data upload/download (Gary C Martin)
Needed for the device palette of the 3G feature
-rw-r--r--icons/scalable/status/Makefile.am2
-rw-r--r--icons/scalable/status/data-download.svg8
-rw-r--r--icons/scalable/status/data-upload.svg8
3 files changed, 18 insertions, 0 deletions
diff --git a/icons/scalable/status/Makefile.am b/icons/scalable/status/Makefile.am
index 9ec1684..c977c22 100644
--- a/icons/scalable/status/Makefile.am
+++ b/icons/scalable/status/Makefile.am
@@ -7,6 +7,8 @@ icon_DATA = \
audio-volume-low.svg \
audio-volume-medium.svg \
audio-volume-muted.svg \
+ data-download.svg \
+ data-upload.svg \
image-missing.svg
EXTRA_DIST = $(icon_DATA)
diff --git a/icons/scalable/status/data-download.svg b/icons/scalable/status/data-download.svg
new file mode 100644
index 0000000..f9ebab9
--- /dev/null
+++ b/icons/scalable/status/data-download.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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 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">
+ <polyline points="14,27.5 27.5,42 41,27.5 34,27.5 34,16 21,16 21,27.5" style="fill:&fill_color;;stroke:none"/>
+</svg> \ No newline at end of file
diff --git a/icons/scalable/status/data-upload.svg b/icons/scalable/status/data-upload.svg
new file mode 100644
index 0000000..7365fe3
--- /dev/null
+++ b/icons/scalable/status/data-upload.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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 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">
+ <polyline points="14,27.5 27.5,13 41,27.5 34,27.5 34,39 21,39 21,27.5" style="fill:&fill_color;;stroke:none"/>
+</svg> \ No newline at end of file