Skip to content

Commit

Permalink
Doc Site - added font icon explanation. Closes #83
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Nguyen committed Nov 28, 2014
1 parent f8a07bd commit 4704f2b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/src/app/components/pages/components/icons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,21 @@ var IconsPage = React.createClass({
<div>
<h2 className="mui-font-style-headline">Icon Component</h2>
{this._getComponentExample()}

<p className="mui-font-style-subhead-1">
This component currently uses icon fonts
from <a href="https://github.com/designjockey/material-design-fonticons">material-design-fonticons</a>.
Thanks so much to <a href="https://github.com/designjockey">@designjockey</a> for
creating these font files while we wait for the offical version to be
release from <a href="https://github.com/google/material-design-icons">google/material-design-icons</a>.
In addition to these icons, we've also created a few new icons that are custom to this
project for you to use. You can find them at the bottom of this page.
</p>

<br/><hr/><br/>

{this._getAllIconGroups()}

</div>
);
},
Expand Down

0 comments on commit 4704f2b

Please sign in to comment.