react-icons
Version:
svg react icons of popular icon packs using ES6 imports
21 lines (17 loc) • 980 B
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 FaFolderO = function FaFolderO(props) {
return React.createElement(
IconBase,
_extends({ viewBox: "0 0 1664 1896.0833" }, props),
React.createElement(
"g",
null,
React.createElement("path", { d: "m1536 1312v-704q0-40-28-68t-68-28h-704q-40 0-68-28t-28-68v-64q0-40-28-68t-68-28h-320q-40 0-68 28t-28 68v960q0 40 28 68t68 28h1216q40 0 68-28t28-68z m128-704v704q0 92-66 158t-158 66h-1216q-92 0-158-66t-66-158v-960q0-92 66-158t158-66h320q92 0 158 66t66 158v32h672q92 0 158 66t66 158z" })
)
);
};
exports["default"] = FaFolderO;
module.exports = exports["default"];