UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

39 lines (28 loc) 2.2 kB
'use strict'; exports.__esModule = true; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } } function _inherits(subClass, superClass) { if (typeof superClass !== 'function' && superClass !== null) { throw new TypeError('Super expression must either be null or a function, not ' + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var React = require('react'); var IconBase = require('../IconBase'); var GoOcticonDashboard = (function (_React$Component) { _inherits(GoOcticonDashboard, _React$Component); function GoOcticonDashboard() { _classCallCheck(this, GoOcticonDashboard); _React$Component.apply(this, arguments); } GoOcticonDashboard.prototype.render = function render() { return React.createElement( IconBase, _extends({ viewBox: '0 0 1024 1024.032' }, this.props), React.createElement( 'g', null, React.createElement('path', { d: 'm512 320.001h-64v-64h64v64z m256 192h-64v64h64v-64z m-448-192h-64v64h64v-64z m-64 192h-64v64h64v-64z m704-352l-32-32-416 320c-4-1-64 0-64 0-35 0-64 29-64 64v64c0 35 29 64 64 64h64c35 0 64-29 64-64v-59l384-357z m-102 262c12 39 19 80 19 122 0 219-178 397-397 397s-397-178-397-397 178-397 397-397c77 0 148 22 209 60l60-60c-76-52-169-83-269-83-265 2.842170943040401e-14-480 215-480 480s215 480 480 480 480-215 480-480c0-66-13-129-38-186l-64 64z' }) ) ); }; return GoOcticonDashboard; })(React.Component); exports['default'] = GoOcticonDashboard; module.exports = exports['default'];