Skip to content
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

fix(icons): changed chart-column-increasing icon #2334

Merged

Conversation

jguddas
Copy link
Member

@jguddas jguddas commented Jul 28, 2024

What is the purpose of this pull request?

  • Other: Icon update

Description

Fixed #2329.

Before Submitting

@github-actions github-actions bot added the 🎨 icon About new icons label Jul 28, 2024
Copy link

Added or changed icons

icons/chart-column-increasing.svg

Preview cohesion icons/square-user.svg
icons/chart-column-increasing.svg
icons/step-forward.svg
Preview stroke widths icons/chart-column-increasing.svg
icons/chart-column-increasing.svg
icons/chart-column-increasing.svg
DPI Preview (24px) icons/chart-column-increasing.svg
Icon X-rays icons/chart-column-increasing.svg
Icons as code

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

const ChartColumnIncreasingIcon = createLucideIcon('ChartColumnIncreasing', [
  ["path",{"d":"M13 17V9"}],
  ["path",{"d":"M18 17V5"}],
  ["path",{"d":"M3 3v16a2 2 0 0 0 2 2h16"}],
  ["path",{"d":"M8 17v-3"}]
])

Copy link
Member

@karsa-mistmere karsa-mistmere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Jakob! 🙏

@karsa-mistmere karsa-mistmere merged commit 6f44a5d into lucide-icons:main Jul 28, 2024
8 checks passed
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.

chart-column-increasing is identical to chart-column-decreasing
2 participants