-
-
Notifications
You must be signed in to change notification settings - Fork 924
fix(icons): changed school
icon
#2968
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
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const SchoolIcon = createLucideIcon('School', [
["path",{"d":"M14 21v-3a2 2 0 0 0-4 0v3"}],
["path",{"d":"M18 5v16"}],
["path",{"d":"m4 6 7.106-3.79a2 2 0 0 1 1.788 0L20 6"}],
["path",{"d":"m6 11-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11"}],
["path",{"d":"M6 5v16"}],
["circle",{"cx":"12","cy":"9","r":"2"}]
]) |
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.
It feels a bit too rocket-y for me.
I see what you mean, but with the roof I think it's nowhere near as bad as #2971 was. |
I see what @jguddas means 😅. |
@ericfennis @jguddas We could maybe just decrease the height by 1px then, similarly as it currently is in ![]() |
What is the purpose of this pull request?
Description
Fixed design guideline violations
Before Submitting