UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

21 lines (17 loc) 1.22 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 FaFileExcelO = function FaFileExcelO(props) { return React.createElement( IconBase, _extends({ viewBox: "0 0 1611.2499 1896.0833" }, props), React.createElement( "g", null, React.createElement("path", { d: "m1468 380q28 28 48 76t20 88v1152q0 40-28 68t-68 28h-1344q-40 0-68-28t-28-68v-1600q0-40 28-68t68-28h896q40 0 88 20t76 48z m-444-244v376h376q-10-29-22-41l-313-313q-12-12-41-22z m384 1528v-1024h-416q-40 0-68-28t-28-68v-416h-768v1536h1280z m-979-234v106h281v-106h-75l103-161q5-7 10-16.5t7.5-13.5 3.5-4h2q1 4 5 10 2 4 4.5 7.5t6 8 6.5 8.5l107 161h-76v106h291v-106h-68l-192-273 195-282h67v-107h-279v107h74l-103 159q-4 7-10 16.5t-9 13.5l-2 3h-2q-1-4-5-10-6-11-17-23l-106-159h76v-107h-290v107h68l189 272-194 283h-68z" }) ) ); }; exports["default"] = FaFileExcelO; module.exports = exports["default"];