-
-
Notifications
You must be signed in to change notification settings - Fork 564
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 mount-fuji
icon
#2717
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const MountFujiIcon = createLucideIcon('MountFuji', [
["path",{"d":"M 10 9 L 13.5 6"}],
["path",{"d":"M 13.5 6 L 18 9"}],
["path",{"d":"M 16 3 L 22 21"}],
["path",{"d":"M 2 21 L 8 3"}],
["path",{"d":"M 22 21 L 2 21"}],
["path",{"d":"M 7 6 L 10 9"}],
["path",{"d":"M 8 3 L 16 3"}],
["path",{"d":"M 8 3 L 8 3"}]
]) |
icons/mount-fuji.svg
Outdated
<path d="M15.5 4C18 3 15 2 12 2S6 3 8.5 4c1 1 6 1 7 0" /> | ||
<path d="m18 14-5-2.5-3 2L7.5 11" /> | ||
<path d="M22 22 15 8H9L2 22z" /> |
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.
The use case doesn't feel very strong, but putting that aside, this has multiple guideline violations.
I also feel like it should be closer to https://lucide.dev/icons/mountain-snow
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.
Updated the svg to be closer to mountain-snow. Also updated the use cases.
What is the purpose of this pull request?
Description
Added new
mount-fuji
icon.Icon use case
Tourism and Travel Platforms: Use it to highlight hotels, tours, or properties with views of Mount Fuji or activities like hiking around the area.
Japanese Cultural or Regional Categorization: Represents Japan and can be used for anything Japanese-related, like properties, attractions, or regions tied to Mount Fuji.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting