feat(icon): add heart-x icon #4264
Merged
karsa-mistmere merged 4 commits intolucide-icons:mainfrom Apr 24, 2026
Merged
Conversation
2 tasks
Contributor
Author
|
hey @karsa-mistmere ,have updated the PR with removal |
ericfennis
approved these changes
Apr 24, 2026
Contributor
Added or changed iconsIcons as codeWorks for: const HeartXIcon = createLucideIcon('HeartX', [
["path",{"d":"m15.5 12.5 5 5"}],
["path",{"d":"m20.5 12.5-5 5"}],
["path",{"d":"M21.955 8.774a5.5 5.5 0 0 0-9.546-2.95.6.6 0 0 1-.818 0A5.5 5.5 0 0 0 2 9.5c0 2.3 1.5 4 3 5.5l5.508 5.332a2 2 0 0 0 2.57.352"}]
]) |
Contributor
Author
|
@karsa-mistmere awaiting for your review |
karsa-mistmere
requested changes
Apr 24, 2026
Co-authored-by: Karsa <contact@karsa.org>
39a6342 to
076dcc6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
closes #4113
This PR adds the
heart-xicon to the library, following the visual style of existing icons likebookmark-x. It combines the universal "heart" symbol with an "X" to represent the explicit removal or rejection of a favorite state.A special thanks to @karsa-mistmere for suggesting this icon and providing the design direction in the issue. This addition enhances the library's consistency for action-based heart icons.
Icon use case
bookmark-x, allowing developers to maintain a uniform "remove" action style across different feature sets.Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
heart,bookmark-xNaming
icons/heart-x.json.Design
Before Submitting