-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix(icons): changed memory-stick icon
#3017
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
fix(icons): changed memory-stick icon
#3017
Conversation
Added or changed iconsIcons as codeWorks for: const MemoryStickIcon = createLucideIcon('MemoryStick', [
["path",{"d":"M12 12v-2"}],
["path",{"d":"M12 18v-2"}],
["path",{"d":"M16 12v-2"}],
["path",{"d":"M16 18v-2"}],
["path",{"d":"M2 11h1.5"}],
["path",{"d":"M20 18v-2"}],
["path",{"d":"M20.5 11H22"}],
["path",{"d":"M4 18v-2"}],
["path",{"d":"M8 12v-2"}],
["path",{"d":"M8 18v-2"}],
["rect",{"x":"2","y":"6","width":"20","height":"10","rx":"2"}]
]) |
|
Hmm, the gap on the bottom is bothering me a bit on a 100% scale. I know it is more realistic. It makes it not really nice to look at IMO. |
I think it's actually better at 100% than when scaled up. 🤷♂️ And certainly much less dense than the current one. |
|
@ericfennis, @jguddas: new alternative design that's based on |
|
@karsa-mistmere I think I like that one better. |
jguddas
left a comment
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 status quo.
* [github] Added issue template forms * [github] yaml => yml * Syntax fixes * Further syntax fixes * Sort issue templates * Update 02_bug_report.yml * Updated icons/memory-stick.svg * Update memory-stick.svg --------- Co-authored-by: Karsa <[email protected]> Co-authored-by: Eric Fennis <[email protected]>

What is the purpose of this pull request?
Description
Revamps the
memory-stickdesign to be much less dense than previously (and as an added bonus, imo looking more like a memory stick than before)Alternative design idea
Open lucide studio
Before Submitting