persona-community-5/.pnpm-store/v3/files/73/0166d7fb4fde1d1ec61c82aae7a3757dfa976b6c5f997a3fdeb610a3f5b176137863313b36c155ed11287faa1e67fac4264956ca889328039a4faf7154a88e
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

19 lines
603 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 SquareGanttChart = createLucideIcon("SquareGanttChart", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M9 8h7", key: "kbo1nt" }],
["path", { d: "M8 12h6", key: "ikassy" }],
["path", { d: "M11 16h5", key: "oq65wt" }]
]);
export { SquareGanttChart as default };
//# sourceMappingURL=square-gantt-chart.js.map