-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
add trending-flat icon #1662
base: main
Are you sure you want to change the base?
add trending-flat icon #1662
Conversation
Added or changed iconsIcons as codeWorks for: const TrendingFlatIcon = createLucideIcon('TrendingFlat', [
["path",{"d":"m2 12 1.651-.99A4.56 4.56 0 0 1 9.5 12v0a4.56 4.56 0 0 0 5.849.99l.43-.257A5.136 5.136 0 0 1 18.425 12H22"}],
["path",{"d":"m18 8 4 4-4 4"}]
]) |
<path | ||
d="m2 12 1.651-.99A4.56 4.56 0 0 1 9.5 12v0a4.56 4.56 0 0 0 5.849.99l.43-.257A5.136 5.136 0 0 1 18.425 12H22" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tail feels top-heavy.
Based on wave , not really happy with it either tho.
<path | |
d="m2 12 1.651-.99A4.56 4.56 0 0 1 9.5 12v0a4.56 4.56 0 0 0 5.849.99l.43-.257A5.136 5.136 0 0 1 18.425 12H22" /> | |
<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 7.5-1" /> |
I was just about to suggest using Still, I do personally think, |
Good point @karsa-mistmere ! |
Well, a wavy arrow can be used to symbolize that something does not run in a straight line. However, if you only have straight arrows, this aspect is eliminated. |
@jonas-hoebenreich Good point. I'm fine with adding this kind of icon. |
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. |
What is the purpose of this pull request?
Description
The 'trending-flat' icon depicts a wavy line, symbolizing a neutral or stable trend with minor fluctuations, ideal for representing periods of minimal change in financial or market data.
Icon use case
The icon can be used in financial reports and dashboards to represent periods of stability or minimal changes in stock prices, economic indicators, or market trends. It can also be utilized in data visualization to indicate a neutral or flat trend in graphs and charts.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting