-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[icons] feat: 7 new icons #5213
Conversation
…pplication, divide
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.
icons look good but I have some naming suggestions. "card" feels a little too specific, I think this could more generally represent a "rectangle". also "fill" is a little too generic... alternative names I found for this one include "fill-color", "color-fill", and "paint-bucket", and I'm suggesting we use the former.
when you rename the icons, please remember to rename the SVG files too :)
packages/icons/icons.json
Outdated
"displayName": "Color fill", | ||
"iconName": "fill", |
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.
"displayName": "Color fill", | |
"iconName": "fill", | |
"displayName": "Fill color", | |
"iconName": "fill-color", |
packages/icons/icons.json
Outdated
"displayName": "Card height", | ||
"iconName": "card-height", |
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.
"displayName": "Card height", | |
"iconName": "card-height", | |
"displayName": "Rectangle height", | |
"iconName": "rect-height", |
packages/icons/icons.json
Outdated
"displayName": "Card width", | ||
"iconName": "card-width", |
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.
"displayName": "Card width", | |
"iconName": "card-width", | |
"displayName": "Rectangle width", | |
"iconName": "rect-width", |
card size, padding inbetween, fill bucket, open application, divide
Changes proposed in this pull request:
Added:
Reviewers should focus on:
Making sure everything renders correctly and the right files were changed
Screenshot