-
-
Notifications
You must be signed in to change notification settings - Fork 551
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 globe-lock icon #1587
Conversation
Why not have the lock in the bottom right corner? |
@karsa-mistmere Really nice icon! |
@karsa-mistmere Can you post a 100% scale comparison? |
@jguddas I think you can better post the changed SVG. |
The second row looks the best to me. I don't know but it feels a bit nicer with the lock on the bottom. Maybe because the flat bottom side? What do you think? |
That's exactly why the first row looks better to me, it has slightly better centre of gravity. :) |
icons/globe-lock.svg
Outdated
<path d="M7 3.34V5a3 3 0 0 0 3 3" /> | ||
<path d="M11 21.95V18a2 2 0 0 0-2-2 2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05" /> | ||
<path d="M21.54 15H17a2 2 0 0 0-2 2v4.54" /> | ||
<path d="M12 2a10 10 0 1 0 9.54 13" /> | ||
<path d="M20 6V4a2 2 0 1 0-4 0v2" /> | ||
<rect width="8" height="5" x="14" y="6" rx="1" /> |
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.
<path d="M7 3.34V5a3 3 0 0 0 3 3" /> | |
<path d="M11 21.95V18a2 2 0 0 0-2-2 2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05" /> | |
<path d="M21.54 15H17a2 2 0 0 0-2 2v4.54" /> | |
<path d="M12 2a10 10 0 1 0 9.54 13" /> | |
<path d="M20 6V4a2 2 0 1 0-4 0v2" /> | |
<rect width="8" height="5" x="14" y="6" rx="1" /> | |
<path d="M14 22v-4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-9" /> | |
<path d="M15.7 9.5A15.3 15.3 0 0 0 12 2a14.5 14.5 0 0 0 0 20 10 10 0 1 1 9.862-11.658" /> | |
<path d="M20 17v-2a2 2 0 1 0-4 0v2" /> | |
<path d="M2 12h10.9" /> |
@karsa-mistmere I'm ok with that! |
What about my proposal, based on globe? I'm not a super big fan of any of the proposals including mine, quite a lot of compromises. I definitely think the name has to change if we want to base it on globe-2 rather than globe. |
I think the first and second row looks a bit more balanced. Some gaps between some continents looks a bit too big. I agree on renaming this icon and |
+1 for row 2 |
I think @jguddas means this one: I made two very similar ones, but I'm not a fan of these, the paths are just too broken up: (Although again, the one with the lock in the top right corner is much more balanced). |
I don't feel 100% about either option, what about ‘lab‘ing it? |
@jguddas Hmm I think the usecase is a valid usecase. I think we just need to agree on the styling. |
I still prefer my original design, since it means we don't have to also update |
I just think it's cramped and not all that pretty. |
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.
Ok I want to move on with this one.
I'm ok with the current design, and I think we should move forward.
I think we should rename globe-2
to earth
and call this one earth-lock
.
I also think we should add the other globe-lock
design. With the globe
icon in the background.
@ericfennis Done! |
I think it should be |
|
Haha, I totally thought you meant Material as in https://m3.material.io/styles/icons/overview If and when we add this as an icon, |
Yeah I think just |
* Added globe-lock icon * feat(icons): Added globe-lock, renamed globe-2 to earth, and added earth-lock * feat(icons): Added globe as a tag to earth --------- Co-authored-by: Eric Fennis <[email protected]> Co-authored-by: Karsa <[email protected]>
What is the purpose of this pull request?
Description
Added a globe-lock icon
Icon use case
Alternative icon designs
No viable alternates were made.
Icon Design Checklist
Concept
Author, credits & license
globe-2
andfile-lock
Naming
icons/[iconName].json
.Design
Before Submitting