From a5f9fc959ef5783928a90167c89a872d07968d8b Mon Sep 17 00:00:00 2001
From: Simon Schampijer <simon@schampijer.de>
Date: Tue, 24 Aug 2010 13:49:21 +0200
Subject: [PATCH] Size mode for Journal list view #1915

---
 icons/scalable/actions/Makefile.am       |    3 +++
 icons/scalable/actions/view-created.svg  |   21 +++++++++++++++++++++
 icons/scalable/actions/view-lastedit.svg |   23 +++++++++++++++++++++++
 icons/scalable/actions/view-size.svg     |   13 +++++++++++++
 4 files changed, 60 insertions(+), 0 deletions(-)
 create mode 100644 icons/scalable/actions/view-created.svg
 create mode 100644 icons/scalable/actions/view-lastedit.svg
 create mode 100644 icons/scalable/actions/view-size.svg

diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am
index 42a06a3..9df018b 100644
--- a/icons/scalable/actions/Makefile.am
+++ b/icons/scalable/actions/Makefile.am
@@ -90,13 +90,16 @@ icon_DATA =						\
 	transfer-to-text-x-generic.svg			\
 	transfer-to-video-x-generic.svg			\
 	view-box.svg					\
+	view-created.svg				\
 	view-details.svg				\
 	view-freeform.svg				\
 	view-fullscreen.svg				\
+	view-lastedit.svg				\
 	view-list.svg					\
 	view-radial.svg					\
 	view-refresh.svg				\
 	view-return.svg					\
+	view-size.svg					\
 	view-spiral.svg					\
 	view-source.svg					\
 	view-triangle.svg				\
diff --git a/icons/scalable/actions/view-created.svg b/icons/scalable/actions/view-created.svg
new file mode 100644
index 0000000..577aceb
--- /dev/null
+++ b/icons/scalable/actions/view-created.svg
@@ -0,0 +1,21 @@
+<?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 fill_color "#000000">
+  <!ENTITY stroke_color "#FFFFFF">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="55" height="55">
+	<defs>
+		<mask id="Mask" maskUnits="userSpaceOnUse" x="0" y="0" width="55" height="55">
+            <rect x="0" y="0" width="55" height="55" fill="#FFFFFF" stroke="none"/>
+			<circle cx="21.5" cy="16" r="1.75" style="fill:#000000;;stroke:none"/>
+			<circle cx="21.5" cy="39" r="1.75" style="fill:#000000;;stroke:none"/>
+			<circle cx="10" cy="27.5" r="1.75" style="fill:#000000;;stroke:none"/>
+			<circle cx="33" cy="27.5" r="1.75" style="fill:#000000;;stroke:none"/>
+            <line x1="21.5" y1="27.5" x2="28.5" y2="17" stroke="#000000" stroke-width="2.5" stroke-linecap="round"/>
+            <line x1="21.5" y1="27.5" x2="29" y2="32.5" stroke="#000000" stroke-width="2.5" stroke-linecap="round"/>
+		</mask>
+	</defs>
+    <circle cx="21" cy="27" r="15" style="fill:&stroke_color;;stroke:&stroke_color;;stroke-width:3.5" mask="url(#Mask)"/>
+    <path d="M 46 17 l 7 7 l -14 0 z" fill="&stroke_color;" stroke="none"/>
+    <path d="M 46 38 l 7 -7 l -14 0 z" fill="&stroke_color;" stroke="none"/>
+</svg>
diff --git a/icons/scalable/actions/view-lastedit.svg b/icons/scalable/actions/view-lastedit.svg
new file mode 100644
index 0000000..fe26710
--- /dev/null
+++ b/icons/scalable/actions/view-lastedit.svg
@@ -0,0 +1,23 @@
+<?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 fill_color "#000000">
+  <!ENTITY stroke_color "#FFFFFF">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="55" height="55">
+	<defs>
+		<mask id="Mask" maskUnits="userSpaceOnUse" x="0" y="0" width="55" height="55">
+            <rect x="0" y="0" width="55" height="55" fill="#FFFFFF" stroke="none"/>
+            <line x1="11" y1="19" x2="16" y2="19" stroke="#000000" stroke-width="2.5"/>
+            <line x1="18" y1="19" x2="22" y2="19" stroke="#000000" stroke-width="2.5"/>
+            <line x1="11" y1="24" x2="13" y2="24" stroke="#000000" stroke-width="2.5"/>
+            <line x1="15" y1="24" x2="18" y2="24" stroke="#000000" stroke-width="2.5"/>
+            <line x1="11" y1="29" x2="14" y2="29" stroke="#000000" stroke-width="2.5"/>
+            <path d="M 17 35 l 2 -6 l 19 -19 l 4 3 l -19 19 z" fill="#000000" stroke="#000000" stroke-width="3"/>
+		</mask>
+	</defs>
+    <rect x="8" y="14" width="25" height="27" style="fill:&stroke_color;;stroke:&stroke_color;;stroke-width:3.5" mask="url(#Mask)"/>
+    <path d="M 17 35 l 1 -5 l 4 3 z" fill="&stroke_color;" stroke="none"/>
+    <path d="M 17 35 m 2 -6 l 19 -19 l 4 3 l -19 19 z" fill="&stroke_color;" stroke="none"/>
+    <path d="M 46 17 l 7 7 l -14 0 z" fill="&stroke_color;" stroke="none"/>
+    <path d="M 46 38 l 7 -7 l -14 0 z" fill="&stroke_color;" stroke="none"/>
+</svg>
diff --git a/icons/scalable/actions/view-size.svg b/icons/scalable/actions/view-size.svg
new file mode 100644
index 0000000..70ddb55
--- /dev/null
+++ b/icons/scalable/actions/view-size.svg
@@ -0,0 +1,13 @@
+<?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 fill_color "#000000">
+  <!ENTITY stroke_color "#FFFFFF">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="55" height="55">
+    <line x1="5" y1="15" x2="38" y2="15" stroke="&stroke_color;" stroke-width="3.5"/>
+    <line x1="10.5" y1="23" x2="32.5" y2="23" stroke="&stroke_color;" stroke-width="3.5"/>
+    <line x1="15" y1="31" x2="28" y2="31" stroke="&stroke_color;" stroke-width="3.5"/>
+    <line x1="19.5" y1="39" x2="23.5" y2="39" stroke="&stroke_color;" stroke-width="3.5"/>
+    <path d="M 46 17 l 7 7 l -14 0 z" fill="&stroke_color;" stroke="none"/>
+    <path d="M 46 38 l 7 -7 l -14 0 z" fill="&stroke_color;" stroke="none"/>
+</svg>
-- 
1.6.2.5

