-
-
Notifications
You must be signed in to change notification settings - Fork 573
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 unban
icon
#2738
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const UnbanIcon = createLucideIcon('Unban', [
["circle",{"cx":"12","cy":"12","r":"10"}],
["path",{"d":"M4.9 4.9 9 9"}],
["path",{"d":"M19.1 19.1 15 15"}]
]) |
Feels unusual, do you have an example where this kind of imagery is used for unbanning? |
This reverts commit 970b66b.
Sorry, apparently I used some invalid syntax in the SVG path which was removed by the linter before pushing. Fixed it now |
I'm with @jguddas, not sure about this one. I've never seen this. Is there not something more conventional for this? |
Yeah, also unsure about whether this representation is globally comprehensible. Maybe, as in so many cases, the proper solution from a UX point of view would be to simply not use any icons for this, just the texts |
closes #2737
What is the purpose of this pull request?
Description
This PR adds the
unban
icon.Icon use case
Icon for unblocking/unbanning users
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
ban
Naming
icons/[iconName].json
.Design
Before Submitting