From 40507a9bbbacb909b984f8b57def40cd5580340c Mon Sep 17 00:00:00 2001 From: Louis-LJ <79785663+Louis-LJ@users.noreply.github.com> Date: Thu, 30 May 2024 19:16:55 +0200 Subject: [PATCH] add svg --- icon/OsmAnd-Rendering.svg | 29 +++++++++++++++++++ icon/arrow/arrow_down.svg | 3 ++ icon/arrow/arrow_left.svg | 3 ++ icon/arrow/arrow_right.svg | 3 ++ icon/arrow/arrow_up.svg | 3 ++ icon/bicycle.svg | 3 ++ icon/book_info.svg | 5 ++++ icon/download_map.svg | 4 +++ icon/draw.svg | 4 +++ icon/enduro.svg | 3 ++ icon/extension.svg | 3 ++ icon/hiking.svg | 5 ++++ icon/info.svg | 5 ++++ icon/logo_OsmAnd-Rendering.svg | 1 + icon/logo_github.svg | 3 ++ icon/logo_openstreetmap.svg | 4 +++ ...custom_logo_osmand.svg => logo_osmand.svg} | 0 icon/logo_telegram.svg | 3 ++ icon/online_map.svg | 1 + 19 files changed, 85 insertions(+) create mode 100644 icon/OsmAnd-Rendering.svg create mode 100644 icon/arrow/arrow_down.svg create mode 100644 icon/arrow/arrow_left.svg create mode 100644 icon/arrow/arrow_right.svg create mode 100644 icon/arrow/arrow_up.svg create mode 100644 icon/bicycle.svg create mode 100644 icon/book_info.svg create mode 100644 icon/download_map.svg create mode 100644 icon/draw.svg create mode 100644 icon/enduro.svg create mode 100644 icon/extension.svg create mode 100644 icon/hiking.svg create mode 100644 icon/info.svg create mode 100644 icon/logo_OsmAnd-Rendering.svg create mode 100644 icon/logo_github.svg create mode 100644 icon/logo_openstreetmap.svg rename icon/{ic_custom_logo_osmand.svg => logo_osmand.svg} (100%) create mode 100644 icon/logo_telegram.svg create mode 100644 icon/online_map.svg diff --git a/icon/OsmAnd-Rendering.svg b/icon/OsmAnd-Rendering.svg new file mode 100644 index 0000000..7a70e70 --- /dev/null +++ b/icon/OsmAnd-Rendering.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icon/arrow/arrow_down.svg b/icon/arrow/arrow_down.svg new file mode 100644 index 0000000..4e53c71 --- /dev/null +++ b/icon/arrow/arrow_down.svg @@ -0,0 +1,3 @@ + + + diff --git a/icon/arrow/arrow_left.svg b/icon/arrow/arrow_left.svg new file mode 100644 index 0000000..cf34eff --- /dev/null +++ b/icon/arrow/arrow_left.svg @@ -0,0 +1,3 @@ + + + diff --git a/icon/arrow/arrow_right.svg b/icon/arrow/arrow_right.svg new file mode 100644 index 0000000..1b4e531 --- /dev/null +++ b/icon/arrow/arrow_right.svg @@ -0,0 +1,3 @@ + + + diff --git a/icon/arrow/arrow_up.svg b/icon/arrow/arrow_up.svg new file mode 100644 index 0000000..8ba3a0f --- /dev/null +++ b/icon/arrow/arrow_up.svg @@ -0,0 +1,3 @@ + + + diff --git a/icon/bicycle.svg b/icon/bicycle.svg new file mode 100644 index 0000000..5e7f1b2 --- /dev/null +++ b/icon/bicycle.svg @@ -0,0 +1,3 @@ + + + diff --git a/icon/book_info.svg b/icon/book_info.svg new file mode 100644 index 0000000..f6078f2 --- /dev/null +++ b/icon/book_info.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icon/download_map.svg b/icon/download_map.svg new file mode 100644 index 0000000..520cc91 --- /dev/null +++ b/icon/download_map.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icon/draw.svg b/icon/draw.svg new file mode 100644 index 0000000..15a557c --- /dev/null +++ b/icon/draw.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icon/enduro.svg b/icon/enduro.svg new file mode 100644 index 0000000..eef899e --- /dev/null +++ b/icon/enduro.svg @@ -0,0 +1,3 @@ + + + diff --git a/icon/extension.svg b/icon/extension.svg new file mode 100644 index 0000000..530ecd8 --- /dev/null +++ b/icon/extension.svg @@ -0,0 +1,3 @@ + + + diff --git a/icon/hiking.svg b/icon/hiking.svg new file mode 100644 index 0000000..4a76a5c --- /dev/null +++ b/icon/hiking.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icon/info.svg b/icon/info.svg new file mode 100644 index 0000000..a069166 --- /dev/null +++ b/icon/info.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icon/logo_OsmAnd-Rendering.svg b/icon/logo_OsmAnd-Rendering.svg new file mode 100644 index 0000000..c4e5efc --- /dev/null +++ b/icon/logo_OsmAnd-Rendering.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon/logo_github.svg b/icon/logo_github.svg new file mode 100644 index 0000000..e02ee00 --- /dev/null +++ b/icon/logo_github.svg @@ -0,0 +1,3 @@ + + + diff --git a/icon/logo_openstreetmap.svg b/icon/logo_openstreetmap.svg new file mode 100644 index 0000000..847d2be --- /dev/null +++ b/icon/logo_openstreetmap.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icon/ic_custom_logo_osmand.svg b/icon/logo_osmand.svg similarity index 100% rename from icon/ic_custom_logo_osmand.svg rename to icon/logo_osmand.svg diff --git a/icon/logo_telegram.svg b/icon/logo_telegram.svg new file mode 100644 index 0000000..21bb2e1 --- /dev/null +++ b/icon/logo_telegram.svg @@ -0,0 +1,3 @@ + + + diff --git a/icon/online_map.svg b/icon/online_map.svg new file mode 100644 index 0000000..612686d --- /dev/null +++ b/icon/online_map.svg @@ -0,0 +1 @@ + \ No newline at end of file