Skip to content

Commit

Permalink
[docs] Add Outline docs (#11960)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasdev authored and oliviertassinari committed Jun 24, 2018
1 parent dc6d448 commit 88c0ff8
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 88c0ff8

Please sign in to comment.