-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(icons): added van icon
#3821
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
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": [ | ||
| "Ahmed-Dghaies" | ||
| ], | ||
| "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 van icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "transport", | |
| "carriage", | |
| "vanity", | |
| "delivery", | |
| "mobile", | |
| "fleet", | |
| "travel", |
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.
This looks practically identical to https://lucide.dev/icons/bus
Edit: meaning maybe we should update bus to be more guideline-compliant, and add any relevant tags to it.
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.
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.
To be fair, buses usually only have a door on one side, and vans normally don't have that many windows.
For van I'd probably go for something more like this:
Open lucide studio
I'd keep bus without a door, since we don't really have any space for it, the design idea you provided is much much more detailed than our icons:
Open lucide studio
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.
Added or changed iconsIcons as codeWorks for: const VanIcon = createLucideIcon('Van', [
["path",{"d":"M13 6v5a1 1 0 0 0 1 1h6.102a1 1 0 0 1 .712.298l.898.91a1 1 0 0 1 .288.702V17a1 1 0 0 1-1 1h-3"}],
["path",{"d":"M5 18H3a1 1 0 0 1-1-1V8a2 2 0 0 1 2-2h12c1.1 0 2.1.8 2.4 1.8l1.176 4.2"}],
["path",{"d":"M9 18h5"}],
["circle",{"cx":"16","cy":"18","r":"2"}],
["circle",{"cx":"7","cy":"18","r":"2"}]
]) |
Co-authored-by: Karsa <[email protected]>
karsa-mistmere
left a comment
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.
Neat!
* Add van icon * update tags * edit icon * edit contributors * Update icons/van.json Co-authored-by: Karsa <[email protected]> --------- Co-authored-by: Karsa <[email protected]> Co-authored-by: Eric Fennis <[email protected]>


Description
Added a
VaniconIcon use case
In softwares that needs to distinct vans from cars and trucks we need to display a different category
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json.Design
Before Submitting