react-icons
Version:
svg react icons of popular icon packs using ES6 imports
21 lines (17 loc) • 860 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 FaBarChart = function FaBarChart(props) {
return React.createElement(
IconBase,
_extends({ viewBox: "0 0 2048 1896.0833" }, props),
React.createElement(
"g",
null,
React.createElement("path", { d: "m640 896v512h-256v-512h256z m384-512v1024h-256v-1024h256z m1024 1152v128h-2048v-1536h128v1408h1920z m-640-896v768h-256v-768h256z m384-384v1152h-256v-1152h256z" })
)
);
};
exports["default"] = FaBarChart;
module.exports = exports["default"];