fix(icons): changed martini icon#4335
Merged
Merged
Conversation
Contributor
Added or changed iconsIcons as codeWorks for: const MartiniIcon = createLucideIcon('Martini', [
["path",{"d":"M12 12 4.207 4.207A.707.707 0 0 1 4.707 3h14.586a.707.707 0 0 1 .5 1.207z"}],
["path",{"d":"M12 12v10"}],
["path",{"d":"M7 22h10"}]
]) |
Member
|
Yay for rounding the top corners, but nay for rounding the point where the three lines meet, those always end up looking awkward when scaled or strokes are customised, so I'm voting for something more akin to this: As an added bonus, this has perfectly grid-aligned diagonals. |
Also increase the size of the base to make the glass a little less top-heavy
jguddas
approved these changes
May 1, 2026
karsa-mistmere
approved these changes
May 4, 2026
ericfennis
approved these changes
May 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of this pull request?
Description
Arcified corners and increased the size of the glass to compensate.
Before Submitting