react-icons
Version:
svg react icons of popular icon packs using ES6 imports
21 lines (17 loc) • 921 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 FaCube = function FaCube(props) {
return React.createElement(
IconBase,
_extends({ viewBox: "0 0 1792 1896.0833" }, props),
React.createElement(
"g",
null,
React.createElement("path", { d: "m896 1629l640-349v-636l-640 233v752z m-64-865l698-254-698-254-698 254z m832-252v768q0 35-18 65t-49 47l-704 384q-28 16-61 16t-61-16l-704-384q-31-17-49-47t-18-65v-768q0-40 23-73t61-47l704-256q22-8 44-8t44 8l704 256q38 14 61 47t23 73z" })
)
);
};
exports["default"] = FaCube;
module.exports = exports["default"];