From 66395ced98f29eb074c3d613cdead12f21709bf6 Mon Sep 17 00:00:00 2001 From: Jordan Long Date: Sat, 20 Jan 2024 11:44:31 -0800 Subject: [PATCH 1/5] Add ambulance icon --- icons/ambulance.json | 22 ++++++++++++++++++++++ icons/ambulance.svg | 16 ++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 icons/ambulance.json create mode 100644 icons/ambulance.svg diff --git a/icons/ambulance.json b/icons/ambulance.json new file mode 100644 index 0000000000..486bf59803 --- /dev/null +++ b/icons/ambulance.json @@ -0,0 +1,22 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "jordan808" + ], + "tags": [ + "ambulance", + "emergency", + "medical", + "vehicle", + "siren", + "healthcare", + "transportation", + "rescue", + "urgent", + "first aid" + ], + "categories": [ + "medical", + "transportation" + ] +} diff --git a/icons/ambulance.svg b/icons/ambulance.svg new file mode 100644 index 0000000000..a5f0d18078 --- /dev/null +++ b/icons/ambulance.svg @@ -0,0 +1,16 @@ + + + + + \ No newline at end of file From abf267667a34520102aeef4caa84faf2cfe8cb43 Mon Sep 17 00:00:00 2001 From: Jordan Long Date: Sat, 20 Jan 2024 12:13:37 -0800 Subject: [PATCH 2/5] Remove extra attributes and connect path under wheels --- icons/ambulance.svg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/icons/ambulance.svg b/icons/ambulance.svg index a5f0d18078..a4bce80a7b 100644 --- a/icons/ambulance.svg +++ b/icons/ambulance.svg @@ -9,8 +9,8 @@ stroke-linecap="round" stroke-linejoin="round" > - - - + + \ No newline at end of file From 744104245b7cf6b5391b7e920bac80ae7ac46cc0 Mon Sep 17 00:00:00 2001 From: Jordan Long <44143999+jordan808@users.noreply.github.com> Date: Sat, 20 Jan 2024 13:21:51 -0800 Subject: [PATCH 3/5] Lift roof and "+" to adhere to 2px gap rule for icons/ambulance.svg Co-authored-by: Jakob Guddas --- icons/ambulance.svg | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/icons/ambulance.svg b/icons/ambulance.svg index a4bce80a7b..134fe1df20 100644 --- a/icons/ambulance.svg +++ b/icons/ambulance.svg @@ -9,8 +9,11 @@ stroke-linecap="round" stroke-linejoin="round" > - - + + + + + + + \ No newline at end of file From a607619de7d89b23974b2e487a2e70f4d006e92a Mon Sep 17 00:00:00 2001 From: Jordan Long Date: Sat, 27 Jan 2024 15:43:07 -0800 Subject: [PATCH 4/5] Increase cab height of ambulance --- icons/ambulance.svg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icons/ambulance.svg b/icons/ambulance.svg index 134fe1df20..c192da79ce 100644 --- a/icons/ambulance.svg +++ b/icons/ambulance.svg @@ -11,7 +11,8 @@ > - + From e041953e96471aa91fab193f7ba592df6c3799cf Mon Sep 17 00:00:00 2001 From: Jordan Long Date: Sun, 28 Jan 2024 12:34:14 -0800 Subject: [PATCH 5/5] Add contributors from truck icon --- icons/ambulance.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/icons/ambulance.json b/icons/ambulance.json index 486bf59803..098c4189b6 100644 --- a/icons/ambulance.json +++ b/icons/ambulance.json @@ -1,7 +1,15 @@ { "$schema": "../icon.schema.json", "contributors": [ - "jordan808" + "jordan808", + "jguddas", + "colebemis", + "ahtohbi4", + "ericfennis", + "Andreto", + "csandman", + "karsa-mistmere", + "danielbayley" ], "tags": [ "ambulance",