-
-
Notifications
You must be signed in to change notification settings - Fork 694
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 heart-plus
& heart-minus
icon
#2842
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const HeartMinusIcon = createLucideIcon('HeartMinus', [
["path",{"d":"M13.5 19.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5A5.5 5.5 0 0 1 7.5 3c1.76 0 3 .5 4.5 2 1.5-1.5 2.74-2 4.5-2a5.5 5.5 0 0 1 5.402 6.5"}],
["path",{"d":"M15 15h6"}]
])
const HeartPlusIcon = createLucideIcon('HeartPlus', [
["path",{"d":"M13.5 19.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5A5.5 5.5 0 0 1 7.5 3c1.76 0 3 .5 4.5 2 1.5-1.5 2.74-2 4.5-2a5.5 5.5 0 0 1 5.402 6.5"}],
["path",{"d":"M15 15h6"}],
["path",{"d":"M18 12v6"}]
]) |
IMO, there isn't enough space between the plus and the heart: Here's a version with more space: |
- Updated icons/heart-plus.svg - Updated icons/heart-plus.json
Copy??? #2789 |
You requested an icon, so I created this one myself based on the Lucide Heart icon as a reference. wdym? |
- Refined the heart-plus icon design for better clarity. - Updated its metadata accordingly.
- Added heart-minus as the inverse of heart-plus. - Included its metadata file.
heart-plus
iconheart-plus
& heart-minus
icon
Oh sorry I didn't notice, nevermind... |
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.
Nice, solid use cases!
The tags should be checked.
- Update heart-plus.json - Remove ui & ux metadata tag
What is the purpose of this pull request?
Description
Added new
heart-plus
andheart-minus
icons.Icon use case
Purpose of the Heart Plus (+) Icon
This icon represents the action of adding something related to favorites, health, or support. It is commonly used in applications where users can save, like, or follow something, often related to medical services, social interactions, or user preferences.
Purpose of the Heart Minus (-) Icon
This icon represents the action of removing or unfollowing something related to favorites, health, or support. It is commonly used in apps where users can unfavorite, remove, or detach items from lists, profiles, or medical records.
Real-Life Use Cases
Medical & Health Apps
heart-plus
to add a new medical entry andheart-minus
to remove one.Social & Community Features
heart-plus
can be used to follow a new friend, influencer, or community, whileheart-minus
allows unfollowing.E-commerce & Shopping
Entertainment & Media
Productivity & Personalization
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
heart
Naming
icons/[iconName].json
.Design
Before Submitting