-
-
Notifications
You must be signed in to change notification settings - Fork 510
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): add earbud
s
#2224
base: main
Are you sure you want to change the base?
feat(icons): add earbud
s
#2224
Conversation
Added or changed iconsIcons as codeWorks for: const EarbudIcon = createLucideIcon('Earbud', [
["path",{"d":"M11 6q0-3 3-3a6 6 0 0 1 6 6v10a2 2 0 0 1-4 0v-7c-2 2-5 0-5-1.667"}],
["path",{"d":"M4 9c0 3 3 4 5 4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2C7 3 4 4 4 7z"}]
]) |
Hi @MONOTYPEEE, Thanks for submitting these icons, all in all they're pretty well thought out, however, can you make sure that you follow our icon design guidelines, naming conventions and coding conventions to a tee? I've found the following issues:
|
maybe
my vsc is quite broken. I'll fix when commit new icon |
Preferably even just split the PR up so you have one PR per icon. |
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. |
What is the purpose of this pull request?
Description
two types of Wireless Earbud icon that common shapes in market
Icon use case
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting