-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix(icons): changed tickets icon
#3859
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
Added or changed iconsIcons as codeWorks for: const TicketsPlaneIcon = createLucideIcon('TicketsPlane', [
["path",{"d":"M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12"}],
["path",{"d":"m12 13.5 3.75.5"}],
["path",{"d":"m3.173 8.18 11-5a2 2 0 0 1 2.647.993L18.56 8"}],
["path",{"d":"M6 10V8"}],
["path",{"d":"M6 14v1"}],
["path",{"d":"M6 19v2"}],
["rect",{"x":"2","y":"8","width":"20","height":"13","rx":"2"}]
])
const TicketsIcon = createLucideIcon('Tickets', [
["path",{"d":"m3.173 8.18 11-5a2 2 0 0 1 2.647.993L18.56 8"}],
["path",{"d":"M6 10V8"}],
["path",{"d":"M6 14v1"}],
["path",{"d":"M6 19v2"}],
["rect",{"x":"2","y":"8","width":"20","height":"13","rx":"2"}]
]) |
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.
| "jguddas", | ||
| "karsa-mistmere" | ||
| ], | ||
| "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 tickets-plane icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "tickets", | |
| "departure", | |
| "boarding", | |
| "aircraft", | |
| "destination", | |
| "passport", |
| "jguddas", | ||
| "karsa-mistmere" | ||
| ], | ||
| "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 tickets icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "ticket", | |
| "admission", | |
| "ticketing", | |
| "coupons", | |
| "validation", | |
| "reservation", | |
| "access", |
What is the purpose of this pull request?
Description
Updated the top path to join more smoothly
Before Submitting