Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2009-08-19 01:37:11 (GMT)
committer Gary Martin <gary@garycmartin.com>2009-08-19 01:37:11 (GMT)
commitc495643edd77b729f7088a2c5c619e375c853108 (patch)
treefff3cb12b97503632072c35158e00dabcded2e18 /icons
parenta2631eaf84067c7220d2db5fcfe54187023d4f17 (diff)
New hand shaped grab tool icon (if only the pygame cursor would match).
Diffstat (limited to 'icons')
-rw-r--r--icons/grab.svg24
1 files changed, 7 insertions, 17 deletions
diff --git a/icons/grab.svg b/icons/grab.svg
index c620d0a..9ca34fb 100644
--- a/icons/grab.svg
+++ b/icons/grab.svg
@@ -1,17 +1,7 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="55px"
- height="55px" viewBox="0 0 55 55" enable-background="new 0 0 55 55" xml:space="preserve">
-
-<g id="Insert_Image" >
- <g display="inline">
- <polyline fill="#C6C8CA" points="44.475,19.063 10.275,19.063 10.275,44.264 44.475,44.264 44.475,19.063 "/>
-
- <line fill="none" stroke="#FFFFFF" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" x1="27.376" y1="34.664" x2="27.376" y2="8.711"/>
- <polyline fill="none" stroke="#FFFFFF" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" points="
- 35.098,25.51 27.376,34.664 19.653,25.51"/>
- </g>
-</g>
-
-</svg>
+<?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 "#FFFFFF">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
+<path d="M11,18 Q13,16 15,19 L15,31 Q16,33 17,31 L17,7 Q19,5 21,7 L21,25 Q22,27 23,25 L23,7 Q25,5 27,7 L27,25 Q28,27 29,25 L29,7 Q31,5 33,7 L33,25 Q34,27 35,25 L35,12 Q37,10 39,12 L39,37 Q39,44 33,45 L17,45 Q11,45 11,37" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:.3"/></svg>