UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

39 lines (28 loc) 2.18 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 GoOcticonInfo = (function (_React$Component) { _inherits(GoOcticonInfo, _React$Component); function GoOcticonInfo() { _classCallCheck(this, GoOcticonInfo); _React$Component.apply(this, arguments); } GoOcticonInfo.prototype.render = function render() { return React.createElement( IconBase, _extends({ viewBox: '0 0 896 1024.032' }, this.props), React.createElement( 'g', null, React.createElement('path', { d: 'm403 364.001c-12-12-18-27-18-45s6-33 18-45 27-18 45-18 33 6 45 18 18 27 18 45-6 33-18 45-27 19-45 19-33-7-45-19z m109 147c-1-16-7-31-20-44-13-12-27-19-44-20h-64c-17 1-31 8-44 20-13 13-19 28-20 44h64v192c1 17 7 32 20 44 13 13 27 20 44 20h64c17 0 31-7 44-20 13-12 19-27 20-44h-64v-192z m-64-364c-201 2.842170943040401e-14-365 163-365 364s164 365 365 365 365-163 365-365-164-364-365-364m0-84c247 0 448 201 448 448s-201 448-448 448-448-200-448-448 201-448 448-448z' }) ) ); }; return GoOcticonInfo; })(React.Component); exports['default'] = GoOcticonInfo; module.exports = exports['default'];