Skip to content

Commit 4704f2b

Browse files
committed
Doc Site - added font icon explanation. Closes #83
1 parent f8a07bd commit 4704f2b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

  • docs/src/app/components/pages/components

docs/src/app/components/pages/components/icons.jsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,21 @@ var IconsPage = React.createClass({
859859
<div>
860860
<h2 className="mui-font-style-headline">Icon Component</h2>
861861
{this._getComponentExample()}
862+
863+
<p className="mui-font-style-subhead-1">
864+
This component currently uses icon fonts
865+
from <a href="https://github.com/designjockey/material-design-fonticons">material-design-fonticons</a>.
866+
Thanks so much to <a href="https://github.com/designjockey">@designjockey</a> for
867+
creating these font files while we wait for the offical version to be
868+
release from <a href="https://github.com/google/material-design-icons">google/material-design-icons</a>.
869+
In addition to these icons, we've also created a few new icons that are custom to this
870+
project for you to use. You can find them at the bottom of this page.
871+
</p>
872+
873+
<br/><hr/><br/>
874+
862875
{this._getAllIconGroups()}
876+
863877
</div>
864878
);
865879
},

0 commit comments

Comments
 (0)