lucide
lucide copied to clipboard
fix(icons): Update trash icon path order
What is the purpose of this pull request?
- [X] Bug fix
Description
Updates path order on trash
and trash-2
to preserve outline when using fill. The fill on the open path was overlapping the top line. Fix was the simply move the top line to be the last child in the svg.
Trash before / after
Trash 2 before / after
Before Submitting
- [X] I've read the Contribution Guidelines.
- [X] I've checked if there was an existing PR that solves the same issue.