-
Notifications
You must be signed in to change notification settings - Fork 828
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
[Bug] no-entry
icon circle is inconsistently sized at 16px
#641
Comments
Thanks for calling this out @laserlemon and apologies for the long delay. This icon was intentionally made smaller based on the usage within code diffs and should be smaller than the other circle-shaped icons. The incorrect one would be the 24px icon which @Juliusschaeper will correct. In addition, this icon also needs to be added to our library in Figma. |
Interesting, thanks for the background! For our use case, we have a mechanism for adding/overriding icons with our own custom icons whenever needed, so we just bumped up the circle size here to match our other related cases (seen below): Feel free to use the issue to track the incorrectly sized 24px version. Otherwise, also feel free to close it. Thank you! |
Notes from working session: We met with @laserlemon to discuss the inconsistency in our circle icons. Because the no-entry icon’s original purpose was to be used at the end of code lines in the diff view, this had been intentionally created smaller. Through further discussion, @laserlemon brought up a great point that we are not the only folks using Octicons and, although we prioritize usage for dotcom, we may want to consider how others could be using similarly shaped icons. As a team, we always want to be sure that our open source community also has a great experience with octicons but as we’ve prioritized our own needs first, some items, such as this inconsistency issue, have fallen through the cracks. @laserlemon’s comment got us thinking and we have come up with a solution we will work to implement. Next steps
|
The first phase to have the circle icons with parity in the outer shape dimensions has been completed and will be merged in the next release of octicons. The small icons are still in progress and are being tracked in https://github.com/github/primer/issues/332 |
As far as I can tell, of all the circular icons, the
no-entry
icon is the only one that's sized slightly differently; it's just a bit smaller than the others. You can see a comparison below taken from primer.style betweencircle
andno-entry
. The comparison still holds if you swap outcircle
forissue-opened
,clock
, or any other circular icon.16px
circle
no-entry
24px
At first, I thought the size difference might be intentional, but I also noticed that the sizes are identical at 24px. See below:
circle
no-entry
Thank you for your ongoing work on this amazing set of icons! 💛
The text was updated successfully, but these errors were encountered: