From 26ecb43bc27087ae1f7aac8a8b0ffa8421b846d9 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Wed, 9 Nov 2016 14:32:43 +0500 Subject: - Add other icons - Add Category combobox --- web/images/bicycle.svg | 94 +++++++++++++++++++++++++++++++++++++++++++++++ web/images/default.svg | 26 ++++++++----- web/images/motorcycle.svg | 94 +++++++++++++++++++++++++++++++++++++++++++++++ web/images/person.svg | 93 ++++++++++++++++++++++++++++++++++++++++++++++ web/images/plane.svg | 94 +++++++++++++++++++++++++++++++++++++++++++++++ web/images/ship.svg | 94 +++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 486 insertions(+), 9 deletions(-) create mode 100644 web/images/bicycle.svg create mode 100644 web/images/motorcycle.svg create mode 100644 web/images/person.svg create mode 100644 web/images/plane.svg create mode 100644 web/images/ship.svg (limited to 'web/images') diff --git a/web/images/bicycle.svg b/web/images/bicycle.svg new file mode 100644 index 0000000..2f0c4d9 --- /dev/null +++ b/web/images/bicycle.svg @@ -0,0 +1,94 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/web/images/default.svg b/web/images/default.svg index b199135..5af1abc 100644 --- a/web/images/default.svg +++ b/web/images/default.svg @@ -15,7 +15,7 @@ id="svg2" version="1.1" inkscape:version="0.91 r13725" - sodipodi:docname="default.svg"> + sodipodi:docname="default.svg" - + + diff --git a/web/images/motorcycle.svg b/web/images/motorcycle.svg new file mode 100644 index 0000000..d3b6ee7 --- /dev/null +++ b/web/images/motorcycle.svg @@ -0,0 +1,94 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/web/images/person.svg b/web/images/person.svg new file mode 100644 index 0000000..306b303 --- /dev/null +++ b/web/images/person.svg @@ -0,0 +1,93 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/web/images/plane.svg b/web/images/plane.svg new file mode 100644 index 0000000..b3b749c --- /dev/null +++ b/web/images/plane.svg @@ -0,0 +1,94 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/web/images/ship.svg b/web/images/ship.svg new file mode 100644 index 0000000..5e24299 --- /dev/null +++ b/web/images/ship.svg @@ -0,0 +1,94 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3