-
-
Notifications
You must be signed in to change notification settings - Fork 546
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 amphora
icon
#1926
Conversation
Added or changed iconsIcons as codeWorks for: const AmphoraIcon = createLucideIcon('Amphora', [
["path",{"d":"M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8"}],
["path",{"d":"M10 5H8a2 2 0 0 0 0 4h.68"}],
["path",{"d":"M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8"}],
["path",{"d":"M14 5h2a2 2 0 0 1 0 4h-.68"}],
["path",{"d":"M18 22H6"}],
["path",{"d":"M9 2h6"}]
]) |
the handles feel a bit cramped. |
How about this? |
amphora
icon
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.
Feels a bit like a bong or something. 🤔 |
Is this better? |
Still does not spark joy. What about making it a teardrop shaped? |
We can definitely try that. |
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.
I prefer the teardrop shaped one.
Updated, I think I also prefer it, as it's much less bong-y. |
closes #1833
What is the purpose of this pull request?
Description
Adds amphora icon to represent archaeological artefacts.
Icon use case
To represent:
Alternative icon designs
see #1833
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting