UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

39 lines (28 loc) 2.13 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 FaUpload = (function (_React$Component) { _inherits(FaUpload, _React$Component); function FaUpload() { _classCallCheck(this, FaUpload); _React$Component.apply(this, arguments); } FaUpload.prototype.render = function render() { return React.createElement( IconBase, _extends({ viewBox: '0 0 1664 1896.0833' }, this.props), React.createElement( 'g', null, React.createElement('path', { d: 'm1280 1472q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45z m256 0q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45z m128-224v320q0 40-28 68t-68 28h-1472q-40 0-68-28t-28-68v-320q0-40 28-68t68-28h427q21 56 70.5 92t110.5 36h256q61 0 110.5-36t70.5-92h427q40 0 68 28t28 68z m-325-648q-17 40-59 40h-256v448q0 26-19 45t-45 19h-256q-26 0-45-19t-19-45v-448h-256q-42 0-59-40-17-39 14-69l448-448q18-19 45-19t45 19l448 448q31 30 14 69z' }) ) ); }; return FaUpload; })(React.Component); exports['default'] = FaUpload; module.exports = exports['default'];