From 44a9975e6619d2b09e4c0296ca2d863902f248db Mon Sep 17 00:00:00 2001 From: Viktor Andersson <30777521+VIKTORVAV99@users.noreply.github.com> Date: Sun, 18 Aug 2024 11:39:07 +0200 Subject: [PATCH] Add the sustainability catagory to some existing icons --- icons/leafy-green.json | 3 ++- icons/sprout.json | 3 ++- icons/sun.json | 3 ++- icons/tree-deciduous.json | 3 ++- icons/tree-palm.json | 3 ++- icons/tree-pine.json | 3 ++- icons/trees.json | 3 ++- icons/waves.json | 3 ++- icons/wind.json | 3 ++- 9 files changed, 18 insertions(+), 9 deletions(-) diff --git a/icons/leafy-green.json b/icons/leafy-green.json index 132deada83..47f6c20efc 100644 --- a/icons/leafy-green.json +++ b/icons/leafy-green.json @@ -13,6 +13,7 @@ ], "categories": [ "food-beverage", - "emoji" + "emoji", + "sustainability" ] } diff --git a/icons/sprout.json b/icons/sprout.json index 3a119700ef..e8898deb5e 100644 --- a/icons/sprout.json +++ b/icons/sprout.json @@ -11,6 +11,7 @@ ], "categories": [ "nature", - "gaming" + "gaming", + "sustainability" ] } diff --git a/icons/sun.json b/icons/sun.json index 2db6913a74..225c325d88 100644 --- a/icons/sun.json +++ b/icons/sun.json @@ -14,6 +14,7 @@ "categories": [ "accessibility", "weather", - "seasons" + "seasons", + "sustainability" ] } diff --git a/icons/tree-deciduous.json b/icons/tree-deciduous.json index ec27d58a29..3cb1ed92f1 100644 --- a/icons/tree-deciduous.json +++ b/icons/tree-deciduous.json @@ -11,6 +11,7 @@ "nature" ], "categories": [ - "nature" + "nature", + "sustainability" ] } diff --git a/icons/tree-palm.json b/icons/tree-palm.json index 2308454825..cbb0bbb561 100644 --- a/icons/tree-palm.json +++ b/icons/tree-palm.json @@ -9,7 +9,8 @@ "island" ], "categories": [ - "nature" + "nature", + "sustainability" ], "aliases": [ "palmtree" diff --git a/icons/tree-pine.json b/icons/tree-pine.json index 873370ddf2..d6c225c893 100644 --- a/icons/tree-pine.json +++ b/icons/tree-pine.json @@ -13,6 +13,7 @@ "nature" ], "categories": [ - "nature" + "nature", + "sustainability" ] } diff --git a/icons/trees.json b/icons/trees.json index e4d61beba7..dcd9a1d371 100644 --- a/icons/trees.json +++ b/icons/trees.json @@ -10,6 +10,7 @@ "nature" ], "categories": [ - "nature" + "nature", + "sustainability" ] } diff --git a/icons/waves.json b/icons/waves.json index dae75d054b..34028c059a 100644 --- a/icons/waves.json +++ b/icons/waves.json @@ -15,6 +15,7 @@ "categories": [ "weather", "maps", - "multimedia" + "multimedia", + "sustainability" ] } diff --git a/icons/wind.json b/icons/wind.json index 083933f760..b1c5bb1eaa 100644 --- a/icons/wind.json +++ b/icons/wind.json @@ -11,6 +11,7 @@ "blow" ], "categories": [ - "weather" + "weather", + "sustainability" ] }