lucide
lucide copied to clipboard
fix(icons): update `pentagon` icon
What is the purpose of this pull request?
- [x] Other: Icon update
Description
Hand optimised corners to have 2px radius.
Before Submitting
- [x] I've read the Contribution Guidelines.
- [x] I've checked if there was an existing PR that solves the same issue.
Added or changed icons
Preview cohesion
Preview stroke widths
DPI Preview (24px)
Icon X-rays
Icons as code
Works for: lucide-react
, lucide-react-native
, lucide-preact
, lucide-vue-next
const PentagonIcon = createLucideIcon('Pentagon', [
["path",{"d":"M10.83 2.38a2 2 0 0 1 2.34 0l8 5.74a2 2 0 0 1 .73 2.25l-3.04 9.26a2 2 0 0 1-1.9 1.37H7.04a2 2 0 0 1-1.9-1.37L2.1 10.37a2 2 0 0 1 .73-2.25z"}]
])
I'm not super happy about the optical volume and centre of gravity of this icon, I feel like maybe it should be scaled up towards the top as such:
What do you think?
@karsa-mistmere To me it is not really centered if you place the icon in a single form.
@karsa-mistmere To me it is not really centered if you place the icon in a single form.
I find it to be a bit too bottom-heavy. 🤔
(top row current, bottom row proposal)
@karsa-mistmere ah, seeing this. I think I'm going with your proposal