Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-09-28 18:53:14 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-09-28 18:53:14 (GMT)
commit39319504f24fbed02bb1d93ee440a0505709b43c (patch)
tree6f07292b07e951d600b508e32cd5a1482a37c326
parent5e13224170e37470d5ad6102252a3aef5770d459 (diff)
Add new icon tray-favourite.svg - SL #3868
Initially thought for Browse, to replace the tray button with a simpler toogle button. Adding a star to the tray graphic relates it with bookmarks/favourites. Then with Gary, humitos and Gonzalo we found that this icon will be suitable to other activities that have bookmarks, like Read and Wikipedia. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-rw-r--r--icons/scalable/actions/Makefile.am1
-rw-r--r--icons/scalable/actions/tray-favourite.svg25
2 files changed, 26 insertions, 0 deletions
diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am
index 1c11da0..ed8a433 100644
--- a/icons/scalable/actions/Makefile.am
+++ b/icons/scalable/actions/Makefile.am
@@ -79,6 +79,7 @@ icon_DATA = \
toolbar-help.svg \
tray-hide.svg \
tray-show.svg \
+ tray-favourite.svg \
transfer-from-application-octet-stream.svg \
transfer-from-audio-x-generic.svg \
transfer-from-image-x-generic.svg \
diff --git a/icons/scalable/actions/tray-favourite.svg b/icons/scalable/actions/tray-favourite.svg
new file mode 100644
index 0000000..8c329db
--- /dev/null
+++ b/icons/scalable/actions/tray-favourite.svg
@@ -0,0 +1,25 @@
+<?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 "#FFFFFF">
+ <!ENTITY stroke_color "#010101">
+]>
+
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ version="1.1"
+ width="55.125"
+ height="55"
+ viewBox="0 0 55.125 55"
+ id="Layer_1"
+ xml:space="preserve">
+<path
+ d="M 5,35 V 50 H 50 V 35 H 5 z M 17,47 H 8 v -9 h 9 v 9 z m 15,0 h -9 v -9 h 9 v 9 z m 15,0 h -9 v -9 h 9 v 9 z"
+ id="path3637"
+ style="fill:&fill_color;" />
+<g
+ transform="matrix(0.55924658,0,0,0.55924658,12.12072,2.1204394)"
+ id="emblem-favorite"
+ style="stroke:none;display:block"><polygon
+ points="20.237,19.865 27.5,5.149 34.76,19.865 51,22.224 39.251,33.68 42.025,49.852 27.5,42.215 12.976,49.852 15.75,33.68 4,22.224 "
+ id="polygon10339"
+ style="fill:&fill_color;;stroke:none" /></g></svg>