From d2f7a0931dff6660a72e2d9b2c79da086d741f18 Mon Sep 17 00:00:00 2001 From: Jamie Law Date: Fri, 8 Nov 2024 08:53:10 +0000 Subject: [PATCH] feat(icons): added `air-pressure` icon (#2554) * Add `air-pressure` icon And slightly modified the `wind` icon to match * Rename `air-pressure` to `wind-arrow-down` And update the JSON file with contributors to the original `wind` icon and add `pressure` as a tag --- icons/wind-arrow-down.json | 19 +++++++++++++++++++ icons/wind-arrow-down.svg | 16 ++++++++++++++++ icons/wind.svg | 6 +++--- 3 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 icons/wind-arrow-down.json create mode 100644 icons/wind-arrow-down.svg diff --git a/icons/wind-arrow-down.json b/icons/wind-arrow-down.json new file mode 100644 index 0000000000..aa3cd5e3c1 --- /dev/null +++ b/icons/wind-arrow-down.json @@ -0,0 +1,19 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "colebemis", + "csandman", + "ericfennis", + "jamiemlaw" + ], + "tags": [ + "weather", + "air", + "pressure", + "blow" + ], + "categories": [ + "weather", + "sustainability" + ] +} diff --git a/icons/wind-arrow-down.svg b/icons/wind-arrow-down.svg new file mode 100644 index 0000000000..57d21e7abd --- /dev/null +++ b/icons/wind-arrow-down.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/icons/wind.svg b/icons/wind.svg index 42991614f6..a6498753d9 100644 --- a/icons/wind.svg +++ b/icons/wind.svg @@ -9,7 +9,7 @@ stroke-linecap="round" stroke-linejoin="round" > - - - + + +