-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
feat(icons): added volleyball
icon
#1980
Conversation
Is that a sufficient enough use case? |
Nice one @jguddas, do all of my previous icons that got merged into
Seems redundant… Maybe |
They should always be submitted one at a time IMO, otherwise they are never gonna get merged. I have this little script for now. Ideally lucide studio would handle moving things between branches. grab-lab () {
git fetch origin lab;
git checkout main;
git checkout -b studio/$1;
git checkout origin/lab icons/$1.svg icons/$1.json
git commit -m "chore: pull `$1` icon from lab branch"
} |
I think just |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
#1978
What is the purpose of this pull request?
Description
Adds new
volleyball
iconIcon use case
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting