react-icons
Version:
svg react icons of popular icon packs using ES6 imports
21 lines (17 loc) • 893 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 FaStepForward = function FaStepForward(props) {
return React.createElement(
IconBase,
_extends({ viewBox: "0 0 1282.1629 1896.0833" }, props),
React.createElement(
"g",
null,
React.createElement("path", { d: "m45 1651q-19 19-32 13t-13-32v-1472q0-26 13-32t32 13l710 710q8 8 13 19v-678q0-26 19-45t45-19h128q26 0 45 19t19 45v1408q0 26-19 45t-45 19h-128q-26 0-45-19t-19-45v-678q-5 10-13 19z" })
)
);
};
exports["default"] = FaStepForward;
module.exports = exports["default"];