feat(icons): add waves-vertical icon#3867
feat(icons): add waves-vertical icon#3867jamiemlaw wants to merge 5 commits intolucide-icons:mainfrom
waves-vertical icon#3867Conversation
| "ericfennis", | ||
| "jamiemlaw" | ||
| ], | ||
| "tags": [ |
There was a problem hiding this comment.
Suggestions for the waves-horizontal icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "waves", | |
| "horizontal", | |
| "surf", | |
| "surfing", | |
| "fluid", | |
| "abstract", | |
| "nature", |
| "ericfennis", | ||
| "jamiemlaw" | ||
| ], | ||
| "tags": [ |
There was a problem hiding this comment.
Suggestions for the waves-vertical icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "waves", | |
| "vertical", | |
| "sea", | |
| "ocean", | |
| "water", | |
| "surf", | |
| "marine", | |
| "liquid", | |
| "crest", | |
| "trend", |
Added or changed iconsIcons as codeWorks for: const WavesHorizontalIcon = createLucideIcon('WavesHorizontal', [
["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"}]
])
const WavesVerticalIcon = createLucideIcon('WavesVertical', [
["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"}]
]) |
|
Amazing work, @jamiemlaw! One thing I'm still pondering about is whether we should increase the gap between waves to bring the optical volume closer to
|
Co-authored-by: Karsa <contact@karsa.org>
|
What about using arcs instead of quadratic curves? |
When I first opened the icon to edit it, that was my thought too: why aren't these arcs? I have a version where they are arcs, but I discovered the radii had to be 3.625 in order for them to perfectly kiss the pixel boundaries. Something about quadratic béziers appealed just because of the huge character savings, but I am happy with either approach. |
|
My bit is for using arcs whenever possible. |
Dunno, technically quadratic Béziers do have better curvature. |
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days. |

Description
Following on from discussion in #3849, this PR adds
waves-verticaland renameswavestowaves-horizontal.I have taken the liberty of optimising the curves to quadratic béziers in the process.
Icon use case
Icon Design Checklist
Concept
Author, credits & license
wavesNaming
icons/[iconName].json.Design
Before Submitting