-
-
Notifications
You must be signed in to change notification settings - Fork 1k
feat(icons): added handball icon
#3709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(icons): added handball icon
#3709
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 ChatGPT Tags suggestions ✨
I've asked ChatGPT for some suggestions for tags.
| "contributors": [ | ||
| "felipeajzanetti" | ||
| ], | ||
| "tags": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestions for the handball icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "sport", | |
| "team", | |
| "outdoor", | |
| "fitness", | |
| "recreation", | |
| "training", |
Added or changed iconsIcons as codeWorks for: const HandballIcon = createLucideIcon('Handball', [
["path",{"d":"M12 10v4"}],
["path",{"d":"M5 15.5c1.4 1.97 3.944 1.36 7-1.5.628 3.51.487 5.053-1 7"}],
["path",{"d":"M6 8c.79 1.33 1.745 1.895 6 2 3.522-.75 4.397 2.11 6 4"}],
["circle",{"cx":"12","cy":"5","r":"1","fill":"currentColor"}],
["circle",{"cx":"6","cy":"6","r":"1","fill":"currentColor"}]
]) |
|
Looks cute, but there's an ongoing discussion about revamping icons depicting people at #2496 |
What is the purpose of this pull request?
Description
Added new
handballicon.Icon use case
Icon representing the sport of handball, focusing on the throwing action and the ball. The design expresses movement and team sport, symbolizing energy and dynamism.
Use Cases
Identify the sport of handball in apps, betting platforms, or sports dashboards.
Represent handball statistics, matches, or tournaments.
Use in team sports sections.
Icon for physical activities, sports education, or athletic events.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json.Design
Before Submitting