-
-
Notifications
You must be signed in to change notification settings - Fork 956
feat(icons): added kayak
icon
#3054
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
Added or changed iconsIcons as codeWorks for: const KayakIcon = createLucideIcon('Kayak', [
["path",{"d":"M18 17a1 1 0 0 0-1 1v1a2 2 0 1 0 2-2z"}],
["path",{"d":"M20.97 3.61a.45.45 0 0 0-.58-.58C10.2 6.6 6.6 10.2 3.03 20.39a.45.45 0 0 0 .58.58C13.8 17.4 17.4 13.8 20.97 3.61"}],
["path",{"d":"m6.707 6.707 10.586 10.586"}],
["path",{"d":"M7 5a2 2 0 1 0-2 2h1a1 1 0 0 0 1-1z"}]
]) |
Added rounding: |
17a9e58
to
09245f7
Compare
@jguddas I see what you mean. I shrunk the icon by 1px on all sides and it seems to look more proportional now: |
This is with it closed: |
Thanks for catching that gap in the icon, @jguddas! I’ve made the update in this PR. Let me know if there’s anything else you'd like me to adjust to get the kayak merged in! |
eeb6bf0
to
4981029
Compare
Closes #2836
What is the purpose of this pull request?
Description
Added new
kayak
icon.Icon use case
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting