-
-
Notifications
You must be signed in to change notification settings - Fork 957
feat(icons): added list-chevrons-down-up
icon
#3492
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
feat(icons): added list-chevrons-down-up
icon
#3492
Conversation
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.
🤖 ChatGPT Tags suggestions ✨
I've asked ChatGPT for some suggestions for tags.
"mittalyashu", | ||
"juliankellydesign" | ||
], | ||
"tags": [ |
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.
Suggestions for the list-chevrons-down-up
icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
"tags": [ | |
"tags": [ | |
"arrow", | |
"chevron", | |
"down", | |
"up", | |
"navigation", | |
"direction", | |
"caret", | |
"point", | |
"symbol", | |
"indicator", |
Added or changed iconsIcons as codeWorks for: const ListChevronsDownUpIcon = createLucideIcon('ListChevronsDownUp', [
["path",{"d":"m15 18 3-3 3 3"}],
["path",{"d":"m15 6 3 3 3-3"}],
["path",{"d":"M3 12h8"}],
["path",{"d":"M3 18h8"}],
["path",{"d":"M3 6h8"}]
]) |
@ericfennis the changes you requested are represented here! |
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.
Nice work!
Hi @karsa-mistmere would love to get your approval on this! |
Yeah, let's merge this for now, and I'll add the redesign in #3568 |
Open lucide studio
What is the purpose of this pull request?
Description
Added new
list-chevrons-down-up
icon.Icon use case
We use this icon in collapsing many messages in the chat view, for instance if one is compacting with Claude Code. It references Figma's "collapse layers" action
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
list
,list-collapse
,chevrons-down-up
Naming
icons/[iconName].json
.Design
Before Submitting