UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

21 lines (17 loc) 1.12 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 FaDownload = function FaDownload(props) { return React.createElement( IconBase, _extends({ viewBox: "0 0 1664 1896.0833" }, props), React.createElement( "g", null, React.createElement("path", { d: "m1280 1344q0-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-28h465l135 136q58 56 136 56t136-56l136-136h464q40 0 68 28t28 68z m-325-569q17 41-14 70l-448 448q-18 19-45 19t-45-19l-448-448q-31-29-14-70 17-39 59-39h256v-448q0-26 19-45t45-19h256q26 0 45 19t19 45v448h256q42 0 59 39z" }) ) ); }; exports["default"] = FaDownload; module.exports = exports["default"];