From db4c33a7583fb21f0e31ac0758d4156b679c52e2 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Fri, 27 Jul 2012 00:30:32 +0200 Subject: add static icons --- static/admin.svg | 9 + static/barcode.svg | 10 + static/children.svg | 97 ++++++ static/edit.svg | 5 + static/false.svg | 4 + static/home.svg | 50 +++ static/image.svg | 4 + static/info.svg | 8 + static/owner.svg | 4 + static/parent.svg | 3 + static/search.svg | 748 ++++++++++++++++++++++++++++++++++++++++++++ static/tag.svg | 63 ++++ static/temporary_parent.svg | 4 + static/true.svg | 4 + static/used.svg | 8 + 15 files changed, 1021 insertions(+) create mode 100644 static/admin.svg create mode 100644 static/barcode.svg create mode 100644 static/children.svg create mode 100644 static/edit.svg create mode 100644 static/false.svg create mode 100644 static/home.svg create mode 100644 static/image.svg create mode 100644 static/info.svg create mode 100644 static/owner.svg create mode 100644 static/parent.svg create mode 100644 static/search.svg create mode 100644 static/tag.svg create mode 100644 static/temporary_parent.svg create mode 100644 static/true.svg create mode 100644 static/used.svg diff --git a/static/admin.svg b/static/admin.svg new file mode 100644 index 0000000..29042d0 --- /dev/null +++ b/static/admin.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/static/barcode.svg b/static/barcode.svg new file mode 100644 index 0000000..d2f9efc --- /dev/null +++ b/static/barcode.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/static/children.svg b/static/children.svg new file mode 100644 index 0000000..a01f401 --- /dev/null +++ b/static/children.svg @@ -0,0 +1,97 @@ + +image/svg+xml + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/edit.svg b/static/edit.svg new file mode 100644 index 0000000..0ccf49d --- /dev/null +++ b/static/edit.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/static/false.svg b/static/false.svg new file mode 100644 index 0000000..b10fbfe --- /dev/null +++ b/static/false.svg @@ -0,0 +1,4 @@ + + + diff --git a/static/home.svg b/static/home.svg new file mode 100644 index 0000000..58a64ce --- /dev/null +++ b/static/home.svg @@ -0,0 +1,50 @@ + + +image/svg+xml + + diff --git a/static/image.svg b/static/image.svg new file mode 100644 index 0000000..a0e80c0 --- /dev/null +++ b/static/image.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/static/info.svg b/static/info.svg new file mode 100644 index 0000000..15242b6 --- /dev/null +++ b/static/info.svg @@ -0,0 +1,8 @@ + + + diff --git a/static/owner.svg b/static/owner.svg new file mode 100644 index 0000000..17b364b --- /dev/null +++ b/static/owner.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/static/parent.svg b/static/parent.svg new file mode 100644 index 0000000..42981e3 --- /dev/null +++ b/static/parent.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/search.svg b/static/search.svg new file mode 100644 index 0000000..b574620 --- /dev/null +++ b/static/search.svg @@ -0,0 +1,748 @@ + + + + + + + + + + Web + + + + + Philipp_Suess + + + + + lupe + + + + + Philipp_Suess + + + + + + + + + + + + + + + + + + Cyan + Magenta + Yellow + Black + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + \ No newline at end of file diff --git a/static/tag.svg b/static/tag.svg new file mode 100644 index 0000000..9588018 --- /dev/null +++ b/static/tag.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/static/temporary_parent.svg b/static/temporary_parent.svg new file mode 100644 index 0000000..35147cd --- /dev/null +++ b/static/temporary_parent.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/static/true.svg b/static/true.svg new file mode 100644 index 0000000..7cdb9ee --- /dev/null +++ b/static/true.svg @@ -0,0 +1,4 @@ + + + diff --git a/static/used.svg b/static/used.svg new file mode 100644 index 0000000..2092fe8 --- /dev/null +++ b/static/used.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3