UNPKG

@ftrack/react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

11 lines (9 loc) 204 B
const FontIcons = () => ( <span> <FontIcon value='add' /> <FontIcon value='favorite' /> <FontIcon value='account_circle' /> <FontIcon>star</FontIcon> </span> ); return <FontIcons />;