Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-02-01 18:04:27 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-02-01 18:04:27 (GMT)
commit1a6b9fd7d5577093a08aaeba4e81e6af2dcb61c8 (patch)
tree456d8f67314ee74be00c7ba299d636c793becb96
parent4039bdad09398a9402d5e2aa9713af1759270586 (diff)
Add application-x-generic as a copy of application-octet-stream #130
-rw-r--r--icons/scalable/mimetypes/Makefile.am1
-rw-r--r--icons/scalable/mimetypes/application-x-generic.svg15
2 files changed, 16 insertions, 0 deletions
diff --git a/icons/scalable/mimetypes/Makefile.am b/icons/scalable/mimetypes/Makefile.am
index 706e224..c49169c 100644
--- a/icons/scalable/mimetypes/Makefile.am
+++ b/icons/scalable/mimetypes/Makefile.am
@@ -4,6 +4,7 @@ icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)
icon_DATA = \
application-octet-stream.svg \
+ application-x-generic.svg \
application-x-squeak-project.svg \
audio-x-generic.svg \
image-x-generic.svg \
diff --git a/icons/scalable/mimetypes/application-x-generic.svg b/icons/scalable/mimetypes/application-x-generic.svg
new file mode 100644
index 0000000..c094044
--- /dev/null
+++ b/icons/scalable/mimetypes/application-x-generic.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 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="clipping-data">
+ <g>
+ <g>
+ <polygon fill="&fill_color;" points="10.932,6.088 31.874,6.088 43.818,18.027 43.818,48.914 10.932,48.914 " stroke="&stroke_color;" stroke-width="3.5"/>
+ <polyline fill="none" points="43.818,18.027 31.874,18.027 31.874,6.088 " stroke="&stroke_color;" stroke-width="3.5"/>
+ </g>
+ </g>
+ <rect fill="&stroke_color;" height="5.5" width="5.5" x="16.441" y="34.625"/>
+ <rect fill="&stroke_color;" height="5.5" width="5.5" x="21.941" y="29.125"/>
+ <rect fill="&stroke_color;" height="5.5" width="5.5" x="27.441" y="34.625"/>
+ <rect fill="&stroke_color;" height="5.5" width="5.5" x="32.941" y="29.125"/>
+</g></svg> \ No newline at end of file