aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-08-18 17:24:15 +0200
committercodecalm <codecalm@gmail.com>2020-08-18 17:24:15 +0200
commitaab4fe2a4f95d2eb8ca42c059f098b908214e9b5 (patch)
treefa7d8daa0f1e5d95452bf1b00d1ce7b658b3d604
parent`comet` icon (diff)
downloadtabler-icons-aab4fe2a4f95d2eb8ca42c059f098b908214e9b5.tar.xz
optimize icons
-rw-r--r--src/_icons/ambulance.svg2
-rw-r--r--src/_icons/comet.svg6
-rw-r--r--src/_icons/medal.svg2
3 files changed, 5 insertions, 5 deletions
diff --git a/src/_icons/ambulance.svg b/src/_icons/ambulance.svg
index fa720fb..742a98d 100644
--- a/src/_icons/ambulance.svg
+++ b/src/_icons/ambulance.svg
@@ -1,5 +1,5 @@
---
-category: Devices
+category: Vehicles
---
<svg>
<circle cx="7" cy="17" r="2" />
diff --git a/src/_icons/comet.svg b/src/_icons/comet.svg
index d84fa35..3ceb71c 100644
--- a/src/_icons/comet.svg
+++ b/src/_icons/comet.svg
@@ -3,7 +3,7 @@ category: Weather
---
<svg>
<path d="M15.5 18.5l-3 1.5l.5-3.5-2-2 3-.5 1.5-3 1.5 3 3 .5-2 2 .5 3.5z" />
- <path d="M4 4l7 7"></path>
- <path d="M9 4l3.5 3.5"></path>
- <path d="M4 9l3.5 3.5"></path>
+ <path d="M4 4l7 7" />
+ <path d="M9 4l3.5 3.5" />
+ <path d="M4 9l3.5 3.5" />
</svg>
diff --git a/src/_icons/medal.svg b/src/_icons/medal.svg
index b0cd4bb..c595fc1 100644
--- a/src/_icons/medal.svg
+++ b/src/_icons/medal.svg
@@ -2,5 +2,5 @@
---
<svg>
<path d="M12 4v3M8 4v6m8-6v6" />
- <path d="M12 18.5L9 20l.5-3.5-2-2 3-.5 1.5-3 1.5 3 3 .5-2 2L15 20z" />
+ <path d="M12 18.5l-3 1.5l.5-3.5-2-2 3-.5 1.5-3 1.5 3 3 .5-2 2 .5 3.5z" />
</svg>