mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:56:24 +01:00
* Added icons/heart-plus.svg * Added icons/heart-plus.json * fix(icons): increase spacing in heart-plus icon - Updated icons/heart-plus.svg - Updated icons/heart-plus.json * refactor(icons): updated heart-plus icon - Refined the heart-plus icon design for better clarity. - Updated its metadata accordingly. * feat(icons): added heart-minus icon - Added heart-minus as the inverse of heart-plus. - Included its metadata file. * chore(metadata): remove a tag from heart-plus icon metadata - Update heart-plus.json - Remove ui & ux metadata tag --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
23 lines
291 B
JSON
23 lines
291 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"Ayberkyvs",
|
|
"UsamaKhan"
|
|
],
|
|
"tags": [
|
|
"plus",
|
|
"like",
|
|
"favorite",
|
|
"add",
|
|
"health",
|
|
"support"
|
|
],
|
|
"categories": [
|
|
"medical",
|
|
"account",
|
|
"multimedia",
|
|
"gaming",
|
|
"social"
|
|
]
|
|
}
|