feat(icons): add waves-vertical icon (#3867)

* Rename `waves` to `waves-horizontal` and add `waves-vertical`

* Increase spacing

* Update tags for `waves-vertical`

Co-authored-by: Karsa <contact@karsa.org>

* Remove old `waves` icons

---------

Co-authored-by: Karsa <contact@karsa.org>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
Jamie Law
2026-04-29 07:52:45 +01:00
committed by GitHub
parent 1da4059d59
commit cc5129073e
5 changed files with 70 additions and 17 deletions

View File

@@ -2,7 +2,8 @@
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"ericfennis"
"ericfennis",
"jamiemlaw"
],
"tags": [
"water",
@@ -10,12 +11,23 @@
"sound",
"hertz",
"wavelength",
"vibrate"
"vibrate",
"ocean",
"swimming",
"frequency"
],
"categories": [
"weather",
"navigation",
"multimedia",
"sustainability"
],
"aliases": [
{
"name": "waves",
"deprecated": true,
"deprecationReason": "alias.name",
"toBeRemovedInVersion": "v1.0"
}
]
}

View 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="M2 12q2.5 2 5 0t5 0 5 0 5 0" />
<path d="M2 19q2.5 2 5 0t5 0 5 0 5 0" />
<path d="M2 5q2.5 2 5 0t5 0 5 0 5 0" />
</svg>

After

Width:  |  Height:  |  Size: 336 B

26
icons/waves-vertical.json Normal file
View File

@@ -0,0 +1,26 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"ericfennis",
"jamiemlaw"
],
"tags": [
"steam",
"warmth",
"temperature",
"burn",
"hot",
"boiling",
"heat",
"smoke",
"vapor",
"smell",
"aroma",
"sauna"
],
"categories": [
"weather",
"sustainability"
]
}

15
icons/waves-vertical.svg Normal file
View 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="M12 2q2 2.5 0 5t0 5 0 5 0 5" />
<path d="M19 2q2 2.5 0 5t0 5 0 5 0 5" />
<path d="M5 2q2 2.5 0 5t0 5 0 5 0 5" />
</svg>

After

Width:  |  Height:  |  Size: 336 B

View File

@@ -1,15 +0,0 @@
<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="M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" />
<path d="M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" />
<path d="M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" />
</svg>

Before

Width:  |  Height:  |  Size: 517 B