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-03-14 16:01:43 (GMT)
committer Eben Eliason <eben@laptop.org>2008-03-14 16:01:43 (GMT)
commita9fc6cae3c4eddb9d8a8af7a7e492844cf9e194f (patch)
tree7125e4d8b51b8f518bdd1a8c55298fc7677a5b15
parentfdb7eeb65bec8aa4a90ba88bca0a74bed047fa33 (diff)
Added view-list and view-radial icons
-rw-r--r--NEWS1
-rw-r--r--icons/scalable/actions/Makefile.am2
-rw-r--r--icons/scalable/actions/view-list.svg11
-rw-r--r--icons/scalable/actions/view-radial.svg11
4 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4b273ee..ea5d7a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+* Added view-list and view-radial icons (eben)
* Updated device icons (eben)
* #2041 Draw filled and triangular arrows on black background (benzea)
* Improved non-toolbox notebooks.
diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am
index 417f461..6848f65 100644
--- a/icons/scalable/actions/Makefile.am
+++ b/icons/scalable/actions/Makefile.am
@@ -67,6 +67,8 @@ icon_DATA = \
tray-hide.svg \
tray-show.svg \
view-fullscreen.svg \
+ view-list.svg \
+ view-radial.svg \
view-refresh.svg \
view-return.svg \
zoom-activity.svg \
diff --git a/icons/scalable/actions/view-list.svg b/icons/scalable/actions/view-list.svg
new file mode 100644
index 0000000..04f997e
--- /dev/null
+++ b/icons/scalable/actions/view-list.svg
@@ -0,0 +1,11 @@
+<?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 "#FFFFFF">
+ <!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="view-list">
+ <g display="inline">
+ <line stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5" x1="7" x2="48" y1="11" y2="11"/>
+ <line stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5" x1="7" x2="48" y1="21.999" y2="21.999"/>
+ <line stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5" x1="7" x2="48" y1="33" y2="33"/>
+ <line stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5" x1="7" x2="48" y1="44" y2="44"/>
+ </g>
+</g></svg> \ No newline at end of file
diff --git a/icons/scalable/actions/view-radial.svg b/icons/scalable/actions/view-radial.svg
new file mode 100644
index 0000000..eeae5a7
--- /dev/null
+++ b/icons/scalable/actions/view-radial.svg
@@ -0,0 +1,11 @@
+<?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 "#FFFFFF">
+ <!ENTITY fill_color "none">
+]><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="view-radial">
+ <g>
+ <circle cx="27.5" cy="27.5" fill="&fill_color;" r="20.75" stroke="&stroke_color;" stroke-width="3.5"/>
+ <g>
+ <path d="M27.499,32.994c-3.03,0-5.492-2.46-5.492-5.493c0-3.036,2.462-5.495,5.493-5.495 c3.037,0,5.493,2.459,5.493,5.495C32.99,30.539,30.534,32.994,27.499,32.994z" fill="&stroke_color;"/>
+ </g>
+ </g>
+</g></svg> \ No newline at end of file