-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
Add electric-truck
icon
#1803
base: main
Are you sure you want to change the base?
Add electric-truck
icon
#1803
Conversation
Added or changed iconsIcons as codeWorks for: const TruckElectricIcon = createLucideIcon('TruckElectric', [
["path",{"d":"M14 18V6a2 2 0 0 0-2-2"}],
["path",{"d":"M15 18H9"}],
["path",{"d":"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.62L18.3 8.38a1 1 0 0 0-.78-.38H14"}],
["path",{"d":"M3 4.267A2 2 0 0 0 2 6v11a1 1 0 0 0 1 1h2"}],
["path",{"d":"M8.07 4 6.58 6.22A.5.5 0 0 0 7 7h2.13a.5.5 0 0 1 .42.78L8.07 10"}],
["circle",{"cx":"17","cy":"18","r":"2"}],
["circle",{"cx":"7","cy":"18","r":"2"}]
]) |
@LienMaas Can we try to make a variant with the zap a bit bigger? |
@danielbayley I tried putting the zap in the middle, but the zap had to be really small to not violate the 2px rule. This way I can definetly make the zap a bit bigger |
@LienMaas Yeah I meant something a bit like this… |
I like it, here is the studio link. |
Related to PR #1819, this could affect this icon's design. |
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.
Should be using the new truck icon, see #1838
icons/truck-electric.svg
Outdated
<path d="M12 6h1a1 1 0 0 1 1 1v11m0-9h4l4 4v4a1 1 0 0 1-1 1h-2m-4 0H9M3.2 6H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h2M8 6 6 9h4l-2 3" /> | ||
<path d="M17 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4M7 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4" /> |
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.
<path d="M12 6h1a1 1 0 0 1 1 1v11m0-9h4l4 4v4a1 1 0 0 1-1 1h-2m-4 0H9M3.2 6H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h2M8 6 6 9h4l-2 3" /> | |
<path d="M17 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4M7 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4" /> | |
<path d="M12 6h1a1 1 0 0 1 1 1v11" /> | |
<path d="M14 9h3.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 22 13.828V17a1 1 0 0 1-1 1h-2" /> | |
<path d="M15 18H9" /> | |
<path d="M3.2 6H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h2" /> | |
<path d="M8 6 6.518 8.223A.5.5 0 0 0 6.934 9h2.132a.5.5 0 0 1 .416.777L8 12" /> | |
<circle cx="17" cy="18" r="2" /> | |
<circle cx="7" cy="18" r="2" /> |
I think we should maybe go for the original design concept where the zap is in the corner. Because it is centered and with gap in the top it looks a bit if something is wrong with the truck. Like a crack 😄 |
Something more like this than? |
@LienMaas Looks more like it. But there should be 1px spacing with the canvas. |
What is the purpose of this pull request?
Description
Adds an icon for electric trucks
Icon use case
Makes it possible to distinguish between regular and electric trucks.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting