UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

1 lines 678 B
define([], function() { return "/* tslint:disable:no-unused-variable */\r\nimport * as React from 'react';\r\n/* tslint:enable:no-unused-variable */\r\n\r\nimport {\r\n Icon,\r\n IconName\r\n} from '../../../../index';\r\nimport './IconExample.scss';\r\n\r\nexport class IconBasicExample extends React.Component<any, any> {\r\n public render() {\r\n return (\r\n <div>\r\n <Icon iconName={ IconName.CompassNW } className={ 'ms-IconExample' } />\r\n <Icon iconName={ IconName.Dictionary } className={ 'ms-IconExample' } />\r\n <Icon iconName={ IconName.TrainSolid } className={ 'ms-IconExample' } />\r\n </div>\r\n );\r\n }\r\n}\r\n"; });