mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 11:37:44 +01:00
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 <karsa@karsa.org> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
17
icons/beer.svg
Normal file
17
icons/beer.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M17 11h1a3 3 0 0 1 0 6h-1" />
|
||||
<path d="M9 12v6" />
|
||||
<path d="M13 12v6" />
|
||||
<path d="M14 7.5c-1 0-1.44.5-3 .5s-2-.5-3-.5-1.72.5-2.5.5a2.5 2.5 0 0 1 0-5c.78 0 1.57.5 2.5.5S9.44 2 11 2s2 1.5 3 1.5 1.72-.5 2.5-.5a2.5 2.5 0 0 1 0 5c-.78 0-1.5-.5-2.5-.5Z" />
|
||||
<path d="M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 531 B |
16
icons/cup-soda.svg
Normal file
16
icons/cup-soda.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="m6 8 1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8" />
|
||||
<path d="M5 8h14" />
|
||||
<path d="M7 15a6.47 6.47 0 0 1 5 0 6.47 6.47 0 0 0 5 0" />
|
||||
<path d="m12 8 1-6h2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 394 B |
14
icons/glass-water.svg
Normal file
14
icons/glass-water.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M15.2 22H8.8a2 2 0 0 1-2-1.79L5 3h14l-1.81 17.21A2 2 0 0 1 15.2 22Z" />
|
||||
<path d="M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 340 B |
15
icons/martini.svg
Normal file
15
icons/martini.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M8 22h8" />
|
||||
<path d="M12 11v11" />
|
||||
<path d="m19 3-7 8-7-8Z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 286 B |
16
icons/wine.svg
Normal file
16
icons/wine.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M8 22h8" />
|
||||
<path d="M7 10h10" />
|
||||
<path d="M12 15v7" />
|
||||
<path d="M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 360 B |
39
tags.json
39
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",
|
||||
|
||||
Reference in New Issue
Block a user