Skip to content

feat(icons): Add waves-arrow-up and waves-arrow-down #3463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ericfennis
Copy link
Member

Closes #1479

Icon use case

For marine weather applications: For example, to show/indicate tide levels of the sea/waters.

Alternative icon designs

See #1479

Icon Design Checklist

Concept

  • I have provided valid use cases for each icon.
  • I have not added any a brand or logo icon.
  • I have not used any hate symbols.
  • I have not included any religious or political imagery.

Author, credits & license

  • The icons are solely my own creation.
  • The icons were originally created in Tide (Sea level) #1479 by @danielbayley
  • I've based them on the following Lucide icons:
  • I've based them on the following design:

Naming

  • I've read and followed the naming conventions
  • I've named icons by what they are rather than their use case.
  • I've provided meta JSON files in icons/[iconName].json.

Design

  • I've read and followed the icon design guidelines
  • I've made sure that the icons look sharp on low DPI displays.
  • I've made sure that the icons look consistent with the icon set in size, optical volume and density.
  • I've made sure that the icons are visually centered.
  • I've correctly optimized all icons to three points of precision.

Before Submitting

@github-actions github-actions bot added 🎨 icon About new icons 🫧 metadata Improved metadata labels Jul 28, 2025
Copy link
Contributor

Added or changed icons

icons/waves-arrow-down.svgicons/waves-arrow-up.svg

Preview cohesion icons/square-stop.svgicons/message-square.svg
icons/waves-arrow-down.svgicons/waves-arrow-up.svg
icons/map-pin-off.svgicons/shield-alert.svg
Preview stroke widths icons/waves-arrow-down.svgicons/waves-arrow-up.svg
icons/waves-arrow-down.svgicons/waves-arrow-up.svg
icons/waves-arrow-down.svgicons/waves-arrow-up.svg
DPI Preview

16px (shadcn/ui)

icons/waves-arrow-down.svg icons/waves-arrow-up.svg

24px (default)

icons/waves-arrow-down.svg icons/waves-arrow-up.svg

32px (shadcn/ui + retina)

icons/waves-arrow-down.svg icons/waves-arrow-up.svg

48px (default + retina)

icons/waves-arrow-down.svg icons/waves-arrow-up.svg
Icon X-rays icons/waves-arrow-down.svg icons/waves-arrow-up.svg
Icon Diffs icons/waves-arrow-down.svg icons/waves-arrow-up.svg
Icons as code

Works for: lucide-react, lucide-react-native, lucide-preact, lucide-vue-next

const WavesArrowDownIcon = createLucideIcon('WavesArrowDown', [
  ["path",{"d":"M12 10L12 2"}],
  ["path",{"d":"M16 6L12 10L8 6"}],
  ["path",{"d":"M2 15C2.6 15.5 3.2 16 4.5 16C7 16 7 14 9.5 14C12.1 14 11.9 16 14.5 16C17 16 17 14 19.5 14C20.8 14 21.4 14.5 22 15"}],
  ["path",{"d":"M2 21C2.6 21.5 3.2 22 4.5 22C7 22 7 20 9.5 20C12.1 20 11.9 22 14.5 22C17 22 17 20 19.5 20C20.8 20 21.4 20.5 22 21"}]
])

const WavesArrowUpIcon = createLucideIcon('WavesArrowUp', [
  ["path",{"d":"M12 2v8"}],
  ["path",{"d":"M2 15c.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 21c.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":"m8 6 4-4 4 4"}]
])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 icon About new icons 🫧 metadata Improved metadata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tide (Sea level)
1 participant