Skip to content

Commit

Permalink
[docs] There are 1,100 icons now
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 15, 2020
1 parent c1c6690 commit 3df2bee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/components/icons/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Material-UI provides icons support in three ways:

## Material Icons

Material Design has standardized over 1,000 official icons, each in five different "themes" (see below). For each SVG icon, we export the respective React component from the @material-ui/icons package. You can [search the full list of these icons](/components/material-icons/).
Material Design has standardized over 1,100 official icons, each in five different "themes" (see below). For each SVG icon, we export the respective React component from the @material-ui/icons package. You can [search the full list of these icons](/components/material-icons/).

This comment has been minimized.

Copy link
@mbrookes

mbrookes Feb 15, 2020

Member

Last time I tried to make this change it got rejected! 🤣🤣🤣


### Usage

Expand Down Expand Up @@ -101,7 +101,7 @@ import StarIcon from './star.svg';

#### Material Design (recommended)

Material Design has standardized over [1,000 official icons](#material-icons).
Material Design has standardized over [1,100 official icons](#material-icons).

#### MDI

Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/components/material-icons/material-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ components: Icon, SvgIcon

# Material Icons

<p class="description">1,000+ React Material icons ready to use from the official website.</p>
<p class="description">1,100+ React Material icons ready to use from the official website.</p>

The following npm package,
[@material-ui/icons](https://www.npmjs.com/package/@material-ui/icons),
includes the 1,000+ official [Material icons](https://material.io/tools/icons/?style=baseline) converted to [`SvgIcon`](/api/svg-icon/) components.
includes the 1,100+ official [Material icons](https://material.io/tools/icons/?style=baseline) converted to [`SvgIcon`](/api/svg-icon/) components.

{{"demo": "pages/components/material-icons/SearchIcons.js", "hideHeader": true, "bg": true}}

Expand Down

0 comments on commit 3df2bee

Please sign in to comment.