persona-community-5/.pnpm-store/v3/files/37/4c810240fc30bb77b4d1942716c22687e00ef5624141be9b4296b99216b4e415f60dfeee2bec7a4943a91f0eb66573713f7430b127cf7baa4009ffefbd8a5c
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

22 lines
775 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 CandlestickChart = createLucideIcon("CandlestickChart", [
["path", { d: "M9 5v4", key: "14uxtq" }],
["rect", { width: "4", height: "6", x: "7", y: "9", rx: "1", key: "f4fvz0" }],
["path", { d: "M9 15v2", key: "r5rk32" }],
["path", { d: "M17 3v2", key: "1l2re6" }],
["rect", { width: "4", height: "8", x: "15", y: "5", rx: "1", key: "z38je5" }],
["path", { d: "M17 13v3", key: "5l0wba" }],
["path", { d: "M3 3v18h18", key: "1s2lah" }]
]);
export { CandlestickChart as default };
//# sourceMappingURL=candlestick-chart.js.map