react-icons
Version:
svg react icons of popular icon packs using ES6 imports
21 lines (17 loc) • 1.29 kB
JavaScript
;
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 FaFileZipO = function FaFileZipO(props) {
return React.createElement(
IconBase,
_extends({ viewBox: "0 0 1611.2499 1896.0833" }, props),
React.createElement(
"g",
null,
React.createElement("path", { d: "m640 384v-128h-128v128h128z m128 128v-128h-128v128h128z m-128 128v-128h-128v128h128z m128 128v-128h-128v128h128z m700-388q28 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-128v128h-128v-128h-512v1536h1280z m-627-721l107 349q8 27 8 52 0 83-72.5 137.5t-183.5 54.5-183.5-54.5-72.5-137.5q0-25 8-52 21-63 120-396v-128h128v128h79q22 0 39 13t23 34z m-141 465q53 0 90.5-19t37.5-45-37.5-45-90.5-19-90.5 19-37.5 45 37.5 45 90.5 19z" })
)
);
};
exports["default"] = FaFileZipO;
module.exports = exports["default"];