-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[material-ui-icons] Modernize the package #6688
Conversation
oliviertassinari
commented
Apr 24, 2017
- PR has tests / docs demo, and is linted.
- Commit and PR titles begin with [ComponentName], and are in imperative form: "[Component] Fix leaky abstraction".
- Description explains the issue / use-case resolved, and auto-closes the related issue(s) (http://tr.im/vFqem).
docs/src/pages/style/icons.md
Outdated
@@ -12,7 +13,7 @@ Google has provided a set of [Material icons](https://material.io/icons/) that f | |||
|
|||
Material-UI provides two components to render system icons: `Icon` for rendering font icons, and `SvgIcon` for rendering SVG paths. | |||
|
|||
### Font Icons | |||
## Font Icons |
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.
Font Icons is subsection of System icons:
"Material-UI provides two components to render system icons: Icon
for rendering font icons, and SvgIcon
for rendering SVG paths."
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.
I agree but visually speaking, I'm wondering if it's better to keep things flatten.
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 have put it back, as before 👍 .
docs/src/pages/style/icons.md
Outdated
@@ -28,16 +29,20 @@ Optionally, you can set the icon color using one of the theme color properties: | |||
|
|||
{{demo='pages/style/Icons.js'}} | |||
|
|||
### SVG Icons | |||
## SVG Icons |
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.
Same
docs/src/pages/style/icons.md
Outdated
{{demo='pages/style/SvgPaths.js'}} | ||
{{demo='pages/style/SvgIcons.js'}} | ||
|
||
## SVG Material icons |
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.
Arguably this is a subsection of SVG Icons...
Released a |