lucide-icons / lucide

Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.
https://lucide.dev
ISC License
11.51k stars 525 forks source link

feat(docs): Add deprecated badge for icons with deprecation status #2618

Open epifaniofrancisco opened 1 week ago

epifaniofrancisco commented 1 week ago

What is the purpose of this pull request?

Description

This pull request introduces a "Deprecated" badge that appears for icons flagged as deprecated in the IconInfo.vue component. This update improves the user interface by clearly indicating which icons are deprecated, helping users avoid using outdated assets.

Changes Made:

Testing:

Manually tested the badge display on various icons, ensuring the tooltip shows the correct deprecation reason and version. Verified the badge does not appear for icons without the deprecated property.

Screenshots: Before:

image

After:

image

Before Submitting