Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-06-09 21:17:35 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-06-09 21:17:35 (GMT)
commit3c9346c943798285b2ed65c1f59b5e2db7a3becf (patch)
tree1764eb64851cc5ae28f6f7fbafcb3e7283f7b3da /icons
creating new project for Ruler
Diffstat (limited to 'icons')
-rw-r--r--icons/angles-180.svg12
-rw-r--r--icons/angles-360.svg12
-rw-r--r--icons/angles-90.svg11
-rw-r--r--icons/checker.svg11
-rw-r--r--icons/grid-a.svg16
-rw-r--r--icons/grid-c.svg22
-rw-r--r--icons/ruler.svg12
7 files changed, 96 insertions, 0 deletions
diff --git a/icons/angles-180.svg b/icons/angles-180.svg
new file mode 100644
index 0000000..a988926
--- /dev/null
+++ b/icons/angles-180.svg
@@ -0,0 +1,12 @@
+<?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 "none">
+ <!ENTITY stroke_color "#FFFFFF">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45">
+ <line x1="0" y1="42" x2="44" y2="42" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line x1="22" y1="42" x2="22" y2="20" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line x1="22" y1="42" x2="6.4" y2="26.4" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line x1="22" y1="42" x2="37.6" y2="26.4" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+</svg>
diff --git a/icons/angles-360.svg b/icons/angles-360.svg
new file mode 100644
index 0000000..e3b8ff8
--- /dev/null
+++ b/icons/angles-360.svg
@@ -0,0 +1,12 @@
+<?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 "none">
+ <!ENTITY stroke_color "#FFFFFF">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45">
+ <line x1="0" y1="22" x2="44" y2="22" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line x1="22" y1="0" x2="22" y2="44" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line x1="6.4" y1="6.4" x2="37.6" y2="37.6" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line x1="6.4" y1="37.6" x2="37.6" y2="6.4" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+</svg>
diff --git a/icons/angles-90.svg b/icons/angles-90.svg
new file mode 100644
index 0000000..b8db8fb
--- /dev/null
+++ b/icons/angles-90.svg
@@ -0,0 +1,11 @@
+<?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 "none">
+ <!ENTITY stroke_color "#FFFFFF">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45">
+ <line x1="3" y1="44" x2="3" y2="0" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line x1="3" y1="42" x2="45" y2="42" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line x1="3" y1="42" x2="32.7" y2="12.3" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+</svg>
diff --git a/icons/checker.svg b/icons/checker.svg
new file mode 100644
index 0000000..b58c66a
--- /dev/null
+++ b/icons/checker.svg
@@ -0,0 +1,11 @@
+<?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 "none">
+ <!ENTITY stroke_color "#FFFFFF">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45">
+ <rect x="0" y="0" width="45" height="45" style="fill:&fill_color;;stroke:&fill_color;;stroke-width:0"/>
+ <rect x="0" y="0" width="22" height="22" style="fill:&stroke_color;;stroke:none;stroke-width:0"/>
+ <rect x="22" y="22" width="44" height="44" style="fill:&stroke_color;;stroke:none;stroke-width:0"/>
+</svg>
diff --git a/icons/grid-a.svg b/icons/grid-a.svg
new file mode 100644
index 0000000..8810486
--- /dev/null
+++ b/icons/grid-a.svg
@@ -0,0 +1,16 @@
+<?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 "none">
+ <!ENTITY stroke_color "#FFFFFF">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45">
+ <rect x="0" y="0" width="45" height="45" style="fill:&fill_color;;stroke:&fill_color;;stroke-width:0"/>
+
+ <line x1="0" x2="45" y1="6" y2="6" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line x1="0" x2="45" y1="39" y2="39" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+
+ <line y1="0" y2="45" x1="6" x2="6" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line y1="0" y2="45" x1="39" x2="39" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+
+</svg>
diff --git a/icons/grid-c.svg b/icons/grid-c.svg
new file mode 100644
index 0000000..ba785bf
--- /dev/null
+++ b/icons/grid-c.svg
@@ -0,0 +1,22 @@
+<?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 "none">
+ <!ENTITY stroke_color "#FFFFFF">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45">
+ <rect x="0" y="0" width="44" height="44" style="fill:&fill_color;;stroke:&fill_color;;stroke-width:0"/>
+
+ <line x1="0" x2="44" y1="2" y2="2" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line x1="0" x2="44" y1="12" y2="12" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line x1="0" x2="44" y1="22" y2="22" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line x1="0" x2="44" y1="32" y2="32" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line x1="0" x2="44" y1="42" y2="42" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+
+ <line y1="0" y2="44" x1="2" x2="2" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line y1="0" y2="44" x1="12" x2="12" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line y1="0" y2="44" x1="22" x2="22" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line y1="0" y2="44" x1="32" x2="32" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line y1="0" y2="44" x1="42" x2="42" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+
+</svg>
diff --git a/icons/ruler.svg b/icons/ruler.svg
new file mode 100644
index 0000000..b6240f9
--- /dev/null
+++ b/icons/ruler.svg
@@ -0,0 +1,12 @@
+<?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 "none">
+ <!ENTITY stroke_color "#FFFFFF">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45">
+ <rect x="13" y="3" width="20" height="40" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line y1="13" y2="13" x1="25" x2="33" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line y1="23" y2="23" x1="25" x2="33" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line y1="33" y2="33" x1="25" x2="33" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+</svg>