Skip to content

Commit

Permalink
docs(pictograms-react): update usage section (#5477)
Browse files Browse the repository at this point in the history
* docs(pictograms-react): update usage section

* Update README.md
  • Loading branch information
joshblack committed Mar 10, 2020
1 parent 7d43dab commit faf8209
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/pictograms-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ yarn add @carbon/pictograms-react

## Usage

Icons in this package support the following sizes: `16`, `20`, `24`, and `32`
pixels. These sizes refer to the width and height of the icon. You can import an
icon component into your project by referring to its name and size:
You can import a pictogram component into your project by referring to its name:

```jsx
import { Airplane } from '@carbon/pictograms-react';
Expand Down

0 comments on commit faf8209

Please sign in to comment.