-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(icons): added skateboard icon
#3844
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?
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": [ | ||
| "TalMagdish" | ||
| ], | ||
| "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 skateboard icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "outdoor", | |
| "transport", | |
| "urban", | |
| "ramp", | |
| "kickflip", |
Added or changed iconsIcons as codeWorks for: const SkateboardIcon = createLucideIcon('Skateboard', [
["path",{"d":"M1 12q1 .8 2 1h18q1-.2 2-1"}],
["circle",{"cx":"6","cy":"17","r":"2"}],
["circle",{"cx":"18","cy":"17","r":"2"}]
]) |
|
Hey @TalMagdish, this design is not valid, all icons are required to have a 1px padding as a safe zone. and all gaps must be at least 2px wide, or there should be no gap at all. Breaking these rules will result in designs such as this that will end up looking not very consistent at different stroke widths and would get cut off around the view box. |

What is the purpose of this pull request?
Description
Added a new
skateboardicon depicting a skateboard deck with curved ends and two wheels.Icon use case
Alternative icon designs
No alternative designs at this time.
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/skateboard.json.Design
Before Submitting