Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2009-02-04 17:40:58 (GMT)
committer Simon Schampijer <simon@schampijer.de>2009-02-04 17:40:58 (GMT)
commit07cf9a8dc57c4c383f4d6254ec629c4bc36f455d (patch)
tree50df25245e46027974501b27f7b3031b74e716e8
parent21e561f255fb737ddf5a9da51f708f901d282ddc (diff)
Add documend-send icon (Gary C Martin) #227
-rw-r--r--icons/scalable/actions/Makefile.am1
-rw-r--r--icons/scalable/actions/document-send.svg9
2 files changed, 10 insertions, 0 deletions
diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am
index 6cc6e9c..68ab52c 100644
--- a/icons/scalable/actions/Makefile.am
+++ b/icons/scalable/actions/Makefile.am
@@ -14,6 +14,7 @@ icon_DATA = \
dialog-cancel.svg \
dialog-ok.svg \
document-save.svg \
+ document-send.svg \
edit-copy.svg \
edit-delete.svg \
edit-paste.svg \
diff --git a/icons/scalable/actions/document-send.svg b/icons/scalable/actions/document-send.svg
new file mode 100644
index 0000000..a8de184
--- /dev/null
+++ b/icons/scalable/actions/document-send.svg
@@ -0,0 +1,9 @@
+<?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="7,13.5 48,13.5 27.5,27" style="fill:&fill_color;;stroke:none"/>
+ <polyline points="7,16.5 27.5,30 48,16.5 48,41.5 7,41.5" style="fill:&fill_color;;stroke:none"/>
+</svg> \ No newline at end of file