Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEben Eliason <eben@laptop.org>2008-08-19 20:41:34 (GMT)
committer Eben Eliason <eben@laptop.org>2008-08-19 20:41:34 (GMT)
commit220c7a553162c197f4ee2f56902e66f0da256954 (patch)
treefde4f853e117a02e86888b5eca8a1d193a84232f
parent8a8338a62c7f8305c40b32583a395345d397173a (diff)
Add view-details icon to theme
This icon will be used in the Journal to reveal the details page for each entry/object.
-rw-r--r--icons/scalable/actions/Makefile.am1
-rw-r--r--icons/scalable/actions/view-details.svg8
2 files changed, 9 insertions, 0 deletions
diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am
index 3719485..40263d9 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-details.svg \
view-freeform.svg \
view-fullscreen.svg \
view-list.svg \
diff --git a/icons/scalable/actions/view-details.svg b/icons/scalable/actions/view-details.svg
new file mode 100644
index 0000000..ce63b4b
--- /dev/null
+++ b/icons/scalable/actions/view-details.svg
@@ -0,0 +1,8 @@
+<?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 55" height="55px" id="Layer_1" 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="view-details">
+ <g>
+ <path d="M44,5H11c-3.3,0-6,2.7-6,6v33c0,3.3,2.7,6,6,6h33c3.3,0,6-2.7,6-6V11C50,7.7,47.3,5,44,5z M14.533,37.971 c-2.064,0-3.744-1.68-3.744-3.744c0-2.063,1.68-3.744,3.744-3.744s3.744,1.681,3.744,3.744 C18.277,36.291,16.597,37.971,14.533,37.971z M27.396,37.971c-2.064,0-3.744-1.68-3.744-3.744c0-2.063,1.68-3.744,3.744-3.744 s3.745,1.681,3.745,3.744C31.141,36.291,29.461,37.971,27.396,37.971z M40.262,37.971c-2.064,0-3.744-1.68-3.744-3.744 c0-2.063,1.68-3.744,3.744-3.744c2.063,0,3.743,1.681,3.743,3.744C44.005,36.291,42.325,37.971,40.262,37.971z" fill="&fill_color;"/>
+ </g>
+</g></svg> \ No newline at end of file