-
-
Notifications
You must be signed in to change notification settings - Fork 917
feat(icons): added list-compact
icon
#3481
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
base: main
Are you sure you want to change the base?
feat(icons): added list-compact
icon
#3481
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.
"contributors": [ | ||
"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-compact
icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
"tags": [ | |
"tags": [ | |
"list", | |
"menu", | |
"notes", | |
"bullet", | |
"dots", | |
"organized", |
Added or changed iconsIcons as codeWorks for: const ListCompactIcon = createLucideIcon('ListCompact', [
["path",{"d":"m15 19.5 3-3 3 3"}],
["path",{"d":"m15 4.5 3 3 3-3"}],
["path",{"d":"M3 14.5h8"}],
["path",{"d":"M3 19.5h8"}],
["path",{"d":"M3 4.5h8"}],
["path",{"d":"M3 9.5h8"}]
]) |
What is the purpose of this pull request?
Description
Added new
list-compact
icon.Icon use case
We use this icon in Conductor to show collapsing many messages in the chat view. It references Figma's "collapse layers" action
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
list
Naming
icons/[iconName].json
.Design
Before Submitting