Skip to content

Commit

Permalink
[docs] Add Outline docs (mui#11960)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasdev authored and Joe Shelby committed Jul 14, 2018
1 parent 252f52b commit df4416d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ yarn add @material-ui/core

## Usage

The import path for each Material icon component includes the icon name in PascalCase.
The import path for each Material icon component includes the icon name in PascalCase. There are two versions provided: filled icon and outline icon. Append `Outline` to the icon name to use the outlined version of the icon (i.e., `@material-ui/icons/InfoOutline`) when available, as not all icons are provided with two versions.

For example to use the 'access alarm' icon component, import `@material-ui/icons/AccessAlarm`.

Expand Down

0 comments on commit df4416d

Please sign in to comment.