Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2008-07-09 11:53:23 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2008-07-09 11:53:23 (GMT)
commitc77b345c0259d4c63022d2d31280c75ff6d65e45 (patch)
treeeedf929586c146102c8b260783237e1778320776
parent4e09772d9abd064b771eb63abfaa80544fbc2406 (diff)
#7385 Add view-freeform icon (eben)v0.81.2
-rw-r--r--icons/scalable/actions/Makefile.am1
-rw-r--r--icons/scalable/actions/view-freeform.svg10
2 files changed, 11 insertions, 0 deletions
diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am
index 6848f65..c884544 100644
--- a/icons/scalable/actions/Makefile.am
+++ b/icons/scalable/actions/Makefile.am
@@ -66,6 +66,7 @@ icon_DATA = \
system-shutdown.svg \
tray-hide.svg \
tray-show.svg \
+ view-freeform.svg \
view-fullscreen.svg \
view-list.svg \
view-radial.svg \
diff --git a/icons/scalable/actions/view-freeform.svg b/icons/scalable/actions/view-freeform.svg
new file mode 100644
index 0000000..ce15ebc
--- /dev/null
+++ b/icons/scalable/actions/view-freeform.svg
@@ -0,0 +1,10 @@
+<?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.125 55" height="55px" version="1.1" viewBox="0 0 55.125 55" width="55.125px" 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="view-freeform">
+ <g>
+ <rect fill="&fill_color;" height="14.45" stroke="&stroke_color;" stroke-width="3.5" width="14.447" x="8.064" y="32.034"/>
+ <rect fill="&fill_color;" height="14.45" stroke="&stroke_color;" stroke-width="3.5" width="14.449" x="32.467" y="32.034"/>
+ <rect fill="&fill_color;" height="14.449" stroke="&stroke_color;" stroke-width="3.5" width="14.446" x="20.402" y="8.109"/>
+ </g>
+</g></svg> \ No newline at end of file