react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.09 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 FaStumbleupon = (function (_React$Component) {
_inherits(FaStumbleupon, _React$Component);
function FaStumbleupon() {
_classCallCheck(this, FaStumbleupon);
_React$Component.apply(this, arguments);
}
FaStumbleupon.prototype.render = function render() {
return React.createElement(
IconBase,
_extends({ viewBox: '0 0 1920 1896.0833' }, this.props),
React.createElement(
'g',
null,
React.createElement('path', { d: 'm1062 712v-118q0-42-30-72t-72-30-72 30-30 72v612q0 175-126 299t-303 124q-178 0-303.5-125.5t-125.5-303.5v-266h328v262q0 43 30 72.5t72 29.5 72-29.5 30-72.5v-620q0-171 126.5-292t301.5-121q176 0 302 122t126 294v136l-195 58z m530 222h328v266q0 178-125.5 303.5t-303.5 125.5q-177 0-303-124.5t-126-300.5v-268l131 61 195-58v270q0 42 30 71.5t72 29.5 72-29.5 30-71.5v-275z' })
)
);
};
return FaStumbleupon;
})(React.Component);
exports['default'] = FaStumbleupon;
module.exports = exports['default'];