UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

21 lines (17 loc) 1.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; }; var IconBase = require("../IconBase"); var FaUpload = function FaUpload(props) { return React.createElement( IconBase, _extends({ viewBox: "0 0 1664 1896.0833" }, 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" }) ) ); }; exports["default"] = FaUpload; module.exports = exports["default"];