-
-
Notifications
You must be signed in to change notification settings - Fork 924
feat(icons): added road
icon
#3014
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 RoadIcon = createLucideIcon('Road', [
["path",{"d":"M12 16v5"}],
["path",{"d":"M12 5V3"}],
["path",{"d":"M12 9v3"}],
["path",{"d":"M16 21h4a2 2 0 0 0 1.924-2.55l-4-14A2 2 0 0 0 16 3"}],
["path",{"d":"M8 3a2 2 0 0 0-1.924 1.45L2.077 18.449A2 2 0 0 0 4 21h4"}]
]) |
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.
Cool I like it.
I think we can also add variants with for example a snowflake
to indicate "road" conditions.
I'm not a fan, feels very brutalistic, I would love a bit of a swoosh and curve and cuteness. |
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.
I don't like it, needs more cuteness.
Hi @uibalint, Nice work on this, it does look clean and minimalistic. That said, I do think that @jguddas also has a point. I've let this sit for a while because I had a similar feeling — like something was missing — even though I couldn't quite put my finger on it at the time. Now, I think I see what it is: somewhat counterintuitively, the lack of a clear start and end makes the icon harder to read. For example, if it were filled, we might expect something like this: ![]() Which, with strokes only, would be analogous to: ![]() i.e.: @jguddas, lmkwyt |
I like it, maybe we can make it look more 3d and less like a flip icon by making the dashes become shorter and more frequently the higher up we go. |
I already tried to do that. 😅 Here are two alternative layouts: |
Looks weird, but at 100% scale feels quite nice. |
Not bad at all, actually. 🤔 |
To me looks fine as well. Go for it @jguddas! |
Dunno, now looking at them all at 100%, @jguddas' version feels a bit weird, as if it was some sort of reflect icon. 🤔 ![]() ![]() |
@karsa-mistmere Hmm true, maybe the last one? |
What is the purpose of this pull request?
Description
Added new
road
icon.Icon use case
In my case, I need it for a package tracking process, where I want to indicate that the package is on its way, and I’d like to use the image of a road for this purpose.
I can also imagine it being used on a map to show the type of road, such as asphalt or dirt road.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting