UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

39 lines (28 loc) 2.45 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 GoOcticonThumbsdown = (function (_React$Component) { _inherits(GoOcticonThumbsdown, _React$Component); function GoOcticonThumbsdown() { _classCallCheck(this, GoOcticonThumbsdown); _React$Component.apply(this, arguments); } GoOcticonThumbsdown.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: 'm871 485.001c9-19 15-40 15-62 0-51-28-96-69-120 4-13 6-27 6-41 0-50-26-93-65-118 2-8 10-19 10-27 0-65.99999999999997-59-116.99999999999997-128-116.99999999999997 0 0-212 0-222 0-88 0-170 43-242 81-42 22-89 47-113 47h-63v576h64c37 2 155 69 206 112 12 10 173 168 173 168 26 26 60 40 96 40 35 0 68-13 92-38 51-51 50-135-2-188-20-20-94-115-117-138l256 44c76 0 128-59 128-131 0-34-3-64-25-88z m-103 155l-384-64c-7 0 200 266 200 266 28 29 29 73 3 100-13 13-30 19-48 19s-37-7-52-21l-140-142c-86-71-216-158-283-158v-450c87 0 221-126 352-126h224c34 0 64 20 64 53 0 34-30 75-64 75h48c45 0 72 25 72 70 0 44-36 90-81 90h63c45 0 81 26 81 71 0 44-36 80-81 80h27c42 0 63 32 63 70 0 39-23 67-64 67z' }) ) ); }; return GoOcticonThumbsdown; })(React.Component); exports['default'] = GoOcticonThumbsdown; module.exports = exports['default'];