From cf126d61392afe0af9fb0072c72e6fd42fca0316 Mon Sep 17 00:00:00 2001 From: Karsa Date: Thu, 16 Jun 2022 11:15:49 +0200 Subject: [PATCH] Added drink icons (#674) * Added accessibility icon as per https://github.com/feathericons/feather/issues/633 * added newline to end of file * Updated icon to comply with design guidelines and more closely match accessibleicon.org * Added drink icons * Update tags.json Co-authored-by: Karsa Co-authored-by: Eric Fennis --- icons/beer.svg | 17 +++++++++++++++++ icons/cup-soda.svg | 16 ++++++++++++++++ icons/glass-water.svg | 14 ++++++++++++++ icons/martini.svg | 15 +++++++++++++++ icons/wine.svg | 16 ++++++++++++++++ tags.json | 39 +++++++++++++++++++++++++++++++++++++++ 6 files changed, 117 insertions(+) create mode 100644 icons/beer.svg create mode 100644 icons/cup-soda.svg create mode 100644 icons/glass-water.svg create mode 100644 icons/martini.svg create mode 100644 icons/wine.svg diff --git a/icons/beer.svg b/icons/beer.svg new file mode 100644 index 000000000..5a8a5757e --- /dev/null +++ b/icons/beer.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/icons/cup-soda.svg b/icons/cup-soda.svg new file mode 100644 index 000000000..f745c7a23 --- /dev/null +++ b/icons/cup-soda.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/icons/glass-water.svg b/icons/glass-water.svg new file mode 100644 index 000000000..3db6743a5 --- /dev/null +++ b/icons/glass-water.svg @@ -0,0 +1,14 @@ + + + + diff --git a/icons/martini.svg b/icons/martini.svg new file mode 100644 index 000000000..31dc459f4 --- /dev/null +++ b/icons/martini.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/wine.svg b/icons/wine.svg new file mode 100644 index 000000000..fbddb1da2 --- /dev/null +++ b/icons/wine.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/tags.json b/tags.json index e564ec765..a1743c65d 100644 --- a/tags.json +++ b/tags.json @@ -396,6 +396,13 @@ "beaker": [ "cup" ], + "beer": [ + "alcohol", + "bar", + "beverage", + "brewery", + "drink" + ], "bed": [ "sleep", "hotel", @@ -1040,6 +1047,14 @@ "winner", "favourite" ], + "cup-soda": [ + "beverage", + "cup", + "drink", + "soda", + "straw", + "water" + ], "currency": [ "finance", "money" @@ -1476,6 +1491,12 @@ "logo", "version control" ], + "glass-water": [ + "beverage", + "drink", + "glass", + "water" + ], "glasses": [ "glasses", "spectacles" @@ -1911,6 +1932,14 @@ "travel", "marker" ], + "martini": [ + "cocktail", + "alcohol", + "beverage", + "bar", + "drink", + "glass" + ], "maximize": [ "fullscreen", "expand" @@ -3217,6 +3246,16 @@ "air", "blow" ], + "wine": [ + "alcohol", + "beverage", + "bar", + "drink", + "glass", + "sommelier", + "vineyard", + "winery" + ], "wrap-text": [ "words", "lines",