react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.62 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 FaGooglePlusSquare = (function (_React$Component) {
_inherits(FaGooglePlusSquare, _React$Component);
function FaGooglePlusSquare() {
_classCallCheck(this, FaGooglePlusSquare);
_React$Component.apply(this, arguments);
}
FaGooglePlusSquare.prototype.render = function render() {
return React.createElement(
IconBase,
_extends({ viewBox: '0 0 1536 1896.0833' }, this.props),
React.createElement(
'g',
null,
React.createElement('path', { d: 'm829 1218q0 76-58.5 112.5t-139.5 36.5q-41 0-80.5-9.5t-75.5-28.5-58-53-22-78q0-46 25-80t65.5-51.5 82-25 84.5-7.5q20 0 31 2 2 1 23 16.5t26 19 23 18 24.5 22 19 22.5 17 26 9 26.5 4.5 31.5z m-74-545q0 60-33 99.5t-92 39.5q-53 0-93-42.5t-57.5-96.5-17.5-106q0-61 32-104t92-43q53 0 93.5 45t58 101 17.5 107z m106-257l88-64h-265q-85 0-161 32t-127.5 98-51.5 153q0 93 64.5 154.5t158.5 61.5q22 0 43-3-13 29-13 54 0 44 40 94-175 12-257 63-47 29-75.5 73t-28.5 95q0 43 18.5 77.5t48.5 56.5 69 37 77.5 21 76.5 6q60 0 120.5-15.5t113.5-46 86-82.5 33-117q0-49-20-89.5t-49-66.5-58-47.5-49-44-20-44.5 15.5-42.5 37.5-39.5 44-42 37.5-59.5 15.5-82.5q0-60-22.5-99.5t-72.5-90.5h83z m291 448h128v-64h-128v-128h-64v128h-128v64h128v160h64v-160z m384-448v960q0 119-84.5 203.5t-203.5 84.5h-960q-119 0-203.5-84.5t-84.5-203.5v-960q0-119 84.5-203.5t203.5-84.5h960q119 0 203.5 84.5t84.5 203.5z' })
)
);
};
return FaGooglePlusSquare;
})(React.Component);
exports['default'] = FaGooglePlusSquare;
module.exports = exports['default'];