From 76898ff13a7ec08fc0eab0cfb6103eb8d2d61069 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Thu, 21 Apr 2011 22:47:39 -0400 Subject: added icons folder with svg sources Ignore-this: 9e0277c87703dc29e21357d70588a851 darcs-hash:20110422024739-067c0-3cafdf1d7359bc16ae610b2a8718989470be2e11.gz --- icons/Makefile | 24 +++ icons/delete_column.svg | 95 +++++++++++ icons/edit.svg | 425 ++++++++++++++++++++++++++++++++++++++++++++++ icons/hide.svg | 128 ++++++++++++++ icons/students_hide.svg | 326 +++++++++++++++++++++++++++++++++++ icons/students_unhide.svg | 301 ++++++++++++++++++++++++++++++++ icons/tbd.svg | 83 +++++++++ icons/tune.svg | 397 +++++++++++++++++++++++++++++++++++++++++++ icons/unhide.svg | 87 ++++++++++ 9 files changed, 1866 insertions(+) create mode 100644 icons/Makefile create mode 100644 icons/delete_column.svg create mode 100644 icons/edit.svg create mode 100644 icons/hide.svg create mode 100644 icons/students_hide.svg create mode 100644 icons/students_unhide.svg create mode 100644 icons/tbd.svg create mode 100644 icons/tune.svg create mode 100644 icons/unhide.svg (limited to 'icons') diff --git a/icons/Makefile b/icons/Makefile new file mode 100644 index 0000000..122a3bc --- /dev/null +++ b/icons/Makefile @@ -0,0 +1,24 @@ +# -*- make -*- + + +svg_targets = $(wildcard *.svg) +pdf_targets = $(svg_targets:%.svg=%.pdf) +png_targets = $(svg_targets:%.svg=%.png) + +png: $(png_targets) + +$(png_targets): %.png : %.svg + inkscape --export-png=$@ $< + +pdf: $(pdf_targets) + + +$(pdf_targets): %.pdf : %.svg + inkscape --export-pdf=$@ $< + +clean: + + +real_clean: clean + rm -f $(pdf_targets) + diff --git a/icons/delete_column.svg b/icons/delete_column.svg new file mode 100644 index 0000000..b0a00b7 --- /dev/null +++ b/icons/delete_column.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/icons/edit.svg b/icons/edit.svg new file mode 100644 index 0000000..ef4b1c9 --- /dev/null +++ b/icons/edit.svg @@ -0,0 +1,425 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/hide.svg b/icons/hide.svg new file mode 100644 index 0000000..c9a1392 --- /dev/null +++ b/icons/hide.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/icons/students_hide.svg b/icons/students_hide.svg new file mode 100644 index 0000000..d9d2c37 --- /dev/null +++ b/icons/students_hide.svg @@ -0,0 +1,326 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/students_unhide.svg b/icons/students_unhide.svg new file mode 100644 index 0000000..9500ddd --- /dev/null +++ b/icons/students_unhide.svg @@ -0,0 +1,301 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tbd.svg b/icons/tbd.svg new file mode 100644 index 0000000..56fd0d0 --- /dev/null +++ b/icons/tbd.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + TBD + + diff --git a/icons/tune.svg b/icons/tune.svg new file mode 100644 index 0000000..410ebbc --- /dev/null +++ b/icons/tune.svg @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/icons/unhide.svg b/icons/unhide.svg new file mode 100644 index 0000000..89de480 --- /dev/null +++ b/icons/unhide.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + -- cgit v1.2.3