Skip to content

Commit

Permalink
[docs] Improve SVG icons wordings (#8642)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Oct 10, 2017
1 parent 8d11064 commit fba8fc0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/src/pages/style/icons.md
Expand Up @@ -43,16 +43,18 @@ or included as a child for other Material-UI components that use icons.

{{demo='pages/style/SvgIcons.js'}}

Looking for svg icons? There are a lot of projects out there.
We have found one that provides 2000+ unoffical Material Design Icons: [https://materialdesignicons.com/](https://materialdesignicons.com/).
Looking for SVG icons? There are a lot of projects out there.
We have found one that provides 2,000+ unofficial Material Design Icons: [https://materialdesignicons.com/](https://materialdesignicons.com/).

### SVG Material icons

It's interesting to have the building blocks needed to implement custom icons, but what about presets?
We provide a separate NPM package,
[material-ui-icons](https://www.npmjs.com/package/material-ui-icons),
that includes the [material.io/icons](https://material.io/icons/) converted to SvgIcon components.
Let's say you are looking for an icon.
You can take advantage of the **search bar** of [material.io/icons](https://material.io/icons/).
that includes the 900+ official material system icons: [material.io/icons](https://material.io/icons/) converted to `SvgIcon` components.

Let's say you are looking for a specific icon.
You can take advantage of the **search bar** of [material.io/icons](https://material.io/icons/) to find it.
Keep in mind that we `PascalCase` the names of the icons, for instance:
- [`alarm`](https://material.io/icons/#ic_alarm) is exposed as `material-ui-icons/Alarm`
- [`alarm off`](https://material.io/icons/#ic_alarm_off) is exposed as `material-ui-icons/AlarmOff`
Expand Down

0 comments on commit fba8fc0

Please sign in to comment.