UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

39 lines (28 loc) 2.4 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 GoOcticonThumbsup = (function (_React$Component) { _inherits(GoOcticonThumbsup, _React$Component); function GoOcticonThumbsup() { _classCallCheck(this, GoOcticonThumbsup); _React$Component.apply(this, arguments); } GoOcticonThumbsup.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: 'm896 451.001c0-72-52-131-128-131l-256 44c23-23 97-118 117-138 52-53 53-137 2-188-24-25-57-38-92-38-36 0-70 14-96 40 0 0-161 158-173 168-51 43-169 110-206 112h-64v576h63c24 0 71 25 113 47 72 38 154 81 242 81 10 0 222 0 222 0 69 0 128-51 128-117 0-8-8-19-10-27 39-25 65-68 65-118 0-14-2-28-6-41 41-24 69-69 69-120 0-22-6-43-15-62 22-24 25-54 25-88z m-64 0c0 38-21 70-63 70h-27c45 0 81 36 81 80 0 45-36 71-81 71h-63c45 0 81 46 81 90 0 45-27 70-72 70h-48c34 0 64 41 64 75 0 33-30 53-64 53h-224c-131 0-265-126-352-126v-450c67 0 197-87 283-158l140-141.99999999999997c15-14 34-21 52-21s35 6 48 19c26 27 25 71-3 100 0 0-207 266-200 266l384-64c41 0 64 28 64 67z' }) ) ); }; return GoOcticonThumbsup; })(React.Component); exports['default'] = GoOcticonThumbsup; module.exports = exports['default'];