persona-community-5/.pnpm-store/v3/files/e0/224db12c350e70a3067c8ff32c08cf2b050ab4078feb9aeb1ad690c1861b6a61e3e0d65967595d69bcef75276d2fe2e05b5b09d4b51d13e35105da10b176da
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

18 lines
578 B
Plaintext

/**
* @license lucide-react v0.395.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
const BarChartBig = createLucideIcon("BarChartBig", [
["path", { d: "M3 3v18h18", key: "1s2lah" }],
["rect", { width: "4", height: "7", x: "7", y: "10", rx: "1", key: "14u6mf" }],
["rect", { width: "4", height: "12", x: "15", y: "5", rx: "1", key: "b3pek6" }]
]);
export { BarChartBig as default };
//# sourceMappingURL=bar-chart-big.js.map