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
8.94k stars 380 forks source link

fix(icons): arcified `award` icon #2113

Closed jguddas closed 2 weeks ago

jguddas commented 2 weeks ago

What is the purpose of this pull request?

Description

Arcified icon

Before Submitting

github-actions[bot] commented 2 weeks ago

Added or changed icons

icons/award.svg
Preview cohesion icons/square-arrow-down.svg
icons/award.svg
icons/panels-right-bottom.svg
Preview stroke widths icons/award.svg
icons/award.svg
icons/award.svg
DPI Preview (24px) icons/award.svg
Icon X-rays icons/award.svg
Icons as code

Works for: lucide-react, lucide-react-native, lucide-preact, lucide-vue-next

const AwardIcon = createLucideIcon('Award', [
  ["path",{"d":"m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526"}],
  ["circle",{"cx":"12","cy":"8","r":"6"}]
])

karsa-mistmere commented 2 weeks ago

Should we not keep this aligned to the grid to keep it as sharp as possible?

E.g.:

image

icons
Open lucide studio

image