-
-
Couldn't load subscription status.
- Fork 1k
feat(icons): added layout-grid-plus icon
#3720
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.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Added or changed iconsIcons as codeWorks for: const LayoutGridPlusIcon = createLucideIcon('LayoutGridPlus', [
["path",{"d":"M14 17.5h7"}],
["path",{"d":"M17.5 14v7"}],
["rect",{"x":"14","y":"3","width":"7","height":"7","rx":"1"}],
["rect",{"x":"3","y":"14","width":"7","height":"7","rx":"1"}],
["rect",{"x":"3","y":"3","width":"7","height":"7","rx":"1"}]
]) |
|
With normal plus: |
|
I made the plus visualy aligned based on the rules. |
|
What is the purpose of this pull request?
Description
Added new
layout-grid-plusicon.Icon use case
add an item to grid layout
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
layout-gridNaming
icons/[iconName].json.Design
Before Submitting