react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.24 kB
JavaScript
;
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 GoOcticonLightBulb = (function (_React$Component) {
_inherits(GoOcticonLightBulb, _React$Component);
function GoOcticonLightBulb() {
_classCallCheck(this, GoOcticonLightBulb);
_React$Component.apply(this, arguments);
}
GoOcticonLightBulb.prototype.render = function render() {
return React.createElement(
IconBase,
_extends({ viewBox: '0 0 768 1024.032' }, this.props),
React.createElement(
'g',
null,
React.createElement('path', { d: 'm352 0.001c-193 0-352 140-352 320 0 59 35 144 64 192 86 144 114 178 128 256v64h320v-64c14-78 42-112 128-256 29-48 64-133 64-192 0-179.99999999999997-159-320-352-320z m233 479c-16 28-30 51-43 71-55 90-80 132-93 207-1 3-1 7-1 11h-192c0-4 0-8-1-11-13-75-38-117-93-207-13-20-27-43-43-71-27-45-55-117-55-159 0-140.99999999999997 129-255.99999999999997 288-255.99999999999997 78 0 151 27 206 76 53 48 82 112 82 180 0 42-28 114-55 159z m-393 417h320c-15 73-83 128-160 128s-145-55-160-128z' })
)
);
};
return GoOcticonLightBulb;
})(React.Component);
exports['default'] = GoOcticonLightBulb;
module.exports = exports['default'];