react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.72 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 FaGithubSquare = (function (_React$Component) {
_inherits(FaGithubSquare, _React$Component);
function FaGithubSquare() {
_classCallCheck(this, FaGithubSquare);
_React$Component.apply(this, arguments);
}
FaGithubSquare.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: 'm394 1352q-8 9-20-3-13-11-4-19 8-9 20 3 12 11 4 19z m-42-61q9 12 0 19-8 6-17-7t0-18q9-7 17 6z m-61-60q-5 7-13 2-10-5-7-12 3-5 13-2 10 5 7 12z m31 34q-6 7-16-3-9-11-2-16 6-6 16 3 9 11 2 16z m129 112q-4 12-19 6-17-4-13-15t19-7q16 5 13 16z m63 5q0 11-16 11-17 2-17-11 0-11 16-11 17-2 17 11z m58-10q2 10-14 14t-18-8 14-15q16-2 18 9z m964-956v960q0 119-84.5 203.5t-203.5 84.5h-224q-16 0-24.5-1t-19.5-5-16-14.5-5-27.5v-239q0-97-52-142 57-6 102.5-18t94-39 81-66.5 53-105 20.5-150.5q0-121-79-206 37-91-8-204-28-9-81 11t-92 44l-38 24q-93-26-192-26t-192 26q-16-11-42.5-27t-83.5-38.5-86-13.5q-44 113-7 204-79 85-79 206 0 85 20.5 150t52.5 105 80.5 67 94 39 102.5 18q-40 36-49 103-21 10-45 15t-57 5-65.5-21.5-55.5-62.5q-19-32-48.5-52t-49.5-24l-20-3q-21 0-29 4.5t-5 11.5 9 14 13 12l7 5q22 10 43.5 38t31.5 51l10 23q13 38 44 61.5t67 30 69.5 7 55.5-3.5l23-4q0 38 0.5 103t0.5 68q0 22-11 33.5t-22 13-33 1.5h-224q-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 FaGithubSquare;
})(React.Component);
exports['default'] = FaGithubSquare;
module.exports = exports['default'];