/** * lucide v0.244.0 - ISC */ import defaultAttributes from '../defaultAttributes.js'; const BarChartHorizontalBig = [ "svg", defaultAttributes, [ ["path", { d: "M3 3v18h18" }], ["rect", { width: "12", height: "4", x: "7", y: "5", rx: "1" }], ["rect", { width: "7", height: "4", x: "7", y: "13", rx: "1" }] ] ]; export { BarChartHorizontalBig as default }; //# sourceMappingURL=bar-chart-horizontal-big.js.map