-
-
Notifications
You must be signed in to change notification settings - Fork 597
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 poop
icon
#2754
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const PoopIcon = createLucideIcon('Poop', [
["path",{"d":"M9 9c-1-2 .27-3.27 1-4 1-1 3-2 3-2v2c0 2 .65 2.58 2 3 3 1 3 4 3 4 0 2-3 2-3 2h2c1.66 0 4 1 4 4a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3c0-3 3-4 4-4h2s-3 0-3-2c0 0 0-3 3-3h1"}]
]) |
Fully aware that this icon seems pretty nonsensical but I actually have my own use case for it on my 404 page on my website and decided to submit a pr for it as it was already made |
From #1465, @danielbayley did a pretty great job there but it didn't make it. They are a bit big tho. |
I feel like they look pretty hard to read to the one I made in comparison. If @danielbayley is okay with it I can merge my icon with his pr or make it an alt design but the pr looks pretty dead and it doesn't look like he's updating it (there's also some issues with it with some icons breaking design guidelines) |
Odds are this PR will also die for the same reason, not enough use cases. |
What is the purpose of this pull request?
Description
Creates an icon based on the poop emoji
Icon use case
Dead links (similar to discord)
Comedic use
Low quality indicator
Custom emoji
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting