UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

39 lines (28 loc) 2.16 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 GoOcticonCloudDownload = (function (_React$Component) { _inherits(GoOcticonCloudDownload, _React$Component); function GoOcticonCloudDownload() { _classCallCheck(this, GoOcticonCloudDownload); _React$Component.apply(this, arguments); } GoOcticonCloudDownload.prototype.render = function render() { return React.createElement( IconBase, _extends({ viewBox: '0 0 1024 1024.032' }, this.props), React.createElement( 'g', null, React.createElement('path', { d: 'm576 832.001h128l-192 192-192-192h128v-320h128v320z m192-512c0-28-58-192-288-192-155 0-288 123-288 256-127 0-192 97-192 192 0 98 64 192 192 192 28 0 170 0 192 0v-83h-192c-104 0-109-91-109-109 0-11 3-109 109-109h83v-83c0-89 100-173 205-173 163 0 200 99 205 115v77h83c52 0 173 14 173 141 0 134-144 141-173 141h-128v83c24 0 127 0 128 0 133 0 256-74 256-224 0-156-123-224-256-224z' }) ) ); }; return GoOcticonCloudDownload; })(React.Component); exports['default'] = GoOcticonCloudDownload; module.exports = exports['default'];