-
-
Notifications
You must be signed in to change notification settings - Fork 924
feat(icons): added square-square-dashed
icon
#3499
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?
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.
"ericfennis", | ||
"jguddas" | ||
], | ||
"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 square-square-dashed
icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
"tags": [ | |
"tags": [ | |
"square", | |
"dashed", | |
"outline", | |
"border", | |
"abstract", | |
"graphics", | |
"design", |
Added or changed iconsIcons as codeWorks for: const SquareSquareDashedIcon = createLucideIcon('SquareSquareDashed', [
["path",{"d":"M10 16H9a1 1 0 0 1-1-1v-1"}],
["path",{"d":"M10 8H9a1 1 0 0 0-1 1v1"}],
["path",{"d":"M14 8h1a1 1 0 0 1 1 1v1"}],
["path",{"d":"M16 14v1a1 1 0 0 1-1 1h-1"}],
["rect",{"x":"3","y":"3","width":"18","height":"18","rx":"2"}]
]) |
@irvineacosta i opened a pr here for you |
Thanks. I will remove the all-sides from #3500 |
What is the purpose of this pull request?
Description
Added new
square-square-dashed
icon.Icon use case
To indicate something is expanding, useful in layout designers, etc.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting