-
-
Notifications
You must be signed in to change notification settings - Fork 597
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
feat(icons): added helicopter
icon
#2760
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const HelicopterIcon = createLucideIcon('Helicopter', [
["path",{"d":"M11 17V21"}],
["path",{"d":"M14 7C11 7 8 9 8 12"}],
["path",{"d":"M14 7C19 7 22 10 22 13"}],
["path",{"d":"M14 7V11C14 12 15 13 16 13H22"}],
["path",{"d":"M14 7V3"}],
["path",{"d":"M17 17H11"}],
["path",{"d":"M17 17V21"}],
["path",{"d":"M17 21L11 21"}],
["path",{"d":"M2 17H8"}],
["path",{"d":"M2 17V12"}],
["path",{"d":"M2 17V15L8 12"}],
["path",{"d":"M21 21H17"}],
["path",{"d":"M22 13C22 16 20 17 17 17"}],
["path",{"d":"M5.97 3H22"}],
["path",{"d":"M7 21H11"}],
["path",{"d":"M8 12V17"}],
["path",{"d":"M8 17H11"}]
]) |
Hey @liloudreams, Pretty neat icon, but there are a few minor guideline violations mostly concerning gaps, and the icon could be better optimized (there are several paths that could be easily be merged into a single one).
All in all, I'd suggest these changes (I'm not hell bent on connecting the landing skids, but I think it does help making the icon look more like a helicopter even if there's some added density): |
Suggestion with more arcs and a less dense tail: With connected landing gear: |
With my less dense tail, we can even move the body a bit to the left and make it more centered. With it being 1px more left we could add an arc to the landing gear: |
Review gap and stroke violations
|
What is the purpose of this pull request?
Description
Added new
helicopter
icon.Icon use case
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/helicopter.json
.Design
Before Submitting