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>2013-01-15 18:41:01 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2013-01-15 18:51:38 (GMT)
commit52ac971084ea221319cf2f70c77e5ed3659fd85a (patch)
tree97c0890e28878f4d4ddc3914a0bb63179032af11
parent8e1da32e77ab44e5f0a6e7819271af68138638a7 (diff)
Add icon entry-cancel for usage inside entries - SL #3569
This is a backport of commit f3e16adf in master, simplified. Master commit adds other icons. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
-rw-r--r--icons/scalable/actions/Makefile.am3
-rw-r--r--icons/scalable/actions/entry-cancel.svg21
2 files changed, 23 insertions, 1 deletions
diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am
index ed8a433..f747ffd 100644
--- a/icons/scalable/actions/Makefile.am
+++ b/icons/scalable/actions/Makefile.am
@@ -116,7 +116,8 @@ icon_DATA = \
zoom-neighborhood.svg \
zoom-original.svg \
zoom-out.svg \
- zoom-to-width.svg
+ zoom-to-width.svg \
+ entry-cancel.svg
EXTRA_DIST = $(icon_DATA)
diff --git a/icons/scalable/actions/entry-cancel.svg b/icons/scalable/actions/entry-cancel.svg
new file mode 100644
index 0000000..6c6354e
--- /dev/null
+++ b/icons/scalable/actions/entry-cancel.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 "#FFFFFF">
+ <!ENTITY stroke_color "#010101">
+]>
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ version="1.1"
+ width="22"
+ height="22"
+ viewBox="0 0 22 22"
+ id="svg5047"
+ xml:space="preserve"><g
+ transform="matrix(0.48888889,0,0,0.48888889,-2.4723111,-2.4703556)"
+ id="dialog-cancel"
+ style="fill:&fill_color;;display:block">
+ <path
+ d="m 27.557,5.053 c -12.43,0 -22.5,10.076 -22.5,22.497 0,12.432 10.07,22.503 22.5,22.503 12.431,0 22.5,-10.071 22.5,-22.503 0,-12.421 -10.07,-22.497 -22.5,-22.497 z m 10.199,28.159 c 1.254,1.256 1.257,3.291 0,4.545 -0.628,0.629 -1.451,0.943 -2.274,0.943 -0.822,0 -1.644,-0.314 -2.27,-0.94 l -5.76,-5.761 -5.76,5.761 c -0.627,0.626 -1.449,0.94 -2.271,0.94 -0.823,0 -1.647,-0.314 -2.275,-0.943 -1.254,-1.254 -1.254,-3.289 0.004,-4.545 l 5.758,-5.758 -5.758,-5.758 c -1.258,-1.254 -1.258,-3.292 -0.004,-4.546 1.255,-1.254 3.292,-1.259 4.546,0 l 5.76,5.759 5.76,-5.759 c 1.252,-1.259 3.288,-1.254 4.544,0 1.257,1.254 1.254,3.292 0,4.546 l -5.758,5.758 5.758,5.758 z"
+ id="path5050"
+ style="fill:&fill_color;;display:inline" />
+</g></svg>