-
-
Notifications
You must be signed in to change notification settings - Fork 1k
feat(icons): added qr-plus icon
#3755
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.
| "contributors": [ | ||
| "Alberto6677" | ||
| ], | ||
| "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 qr-plus icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "technology", | |
| "digital", | |
| "matrix", | |
| "line", | |
| "plugin", |
Added or changed iconsIcons as codeWorks for: const QrPlusIcon = createLucideIcon('QrPlus', [
["path",{"d":"M 16 18.5 L 21 18.5"}],
["path",{"d":"M 18.5 21 L 18.5 16"}],
["path",{"d":"M12 16v.01"}],
["path",{"d":"M12 21v-1"}],
["path",{"d":"M12 3h.01"}],
["path",{"d":"M12 7v3a2 2 0 0 1-2 2H7"}],
["path",{"d":"M16 12h1"}],
["path",{"d":"M21 12v.01"}],
["path",{"d":"M3 12h.01"}],
["rect",{"x":"16","y":"3","width":"5","height":"5","rx":"1"}],
["rect",{"x":"3","y":"16","width":"5","height":"5","rx":"1"}],
["rect",{"x":"3","y":"3","width":"5","height":"5","rx":"1"}]
]) |
|
Hey @Alberto6677, The plus sign is too small and is off-grid, making it not very legible and quite blurry at 1x. In pretty much all of our |
What is the purpose of this pull request?
Description
Added new
qr-plusicon.Icon use case
This icon can be used in apps or websites that allow users to create or scan new QR codes.
For example, a “QR Manager” app might use it as a button to add a new QR code, or a messaging app could show it to share a new contact or link via QR.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
qr-codeNaming
icons/[iconName].json.Design
Before Submitting