File tree Expand file tree Collapse file tree
docs/src/app/components/pages/components Expand file tree Collapse file tree Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments