Skip to content

fix(icons): changed a-arrow-* icons #3474

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 3 commits into
base: main
Choose a base branch
from

Conversation

jguddas
Copy link
Member

@jguddas jguddas commented Jul 29, 2025

What is the purpose of this pull request?

  • Other: Icon update

Description

Replaced A.

Before Submitting

@github-actions github-actions bot added the 🎨 icon About new icons label Jul 29, 2025
Copy link
Contributor

github-actions bot commented Jul 29, 2025

Added or changed icons

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

Preview cohesion icons/message-square-warning.svgicons/square-power.svg
icons/a-arrow-down.svgicons/a-arrow-up.svg
icons/calendar-off.svgicons/circle-user.svg
Preview stroke widths icons/a-arrow-down.svgicons/a-arrow-up.svg
icons/a-arrow-down.svgicons/a-arrow-up.svg
icons/a-arrow-down.svgicons/a-arrow-up.svg
DPI Preview

16px (shadcn/ui)

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

24px (default)

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

32px (shadcn/ui + retina)

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

48px (default + retina)

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

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

const AArrowDownIcon = createLucideIcon('AArrowDown', [
  ["path",{"d":"m14 12 4 4 4-4"}],
  ["path",{"d":"M18 16V7"}],
  ["path",{"d":"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16"}],
  ["path",{"d":"M3.304 13h6.392"}]
])

const AArrowUpIcon = createLucideIcon('AArrowUp', [
  ["path",{"d":"m14 11 4-4 4 4"}],
  ["path",{"d":"M18 16V7"}],
  ["path",{"d":"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16"}],
  ["path",{"d":"M3.304 13h6.392"}]
])

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

Successfully merging this pull request may close these issues.

2 participants