Rocky_Mountain_Vending/.pnpm-store/v10/files/27/dd2e58e27bbac89dc1d6934c49a242d346459b200288175dec28f3a18f588a0b3866f1decb11f8d99c8d491d593262f691a41f0fe7ee747c21899e078cc160
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

18 lines
558 B
Text

/**
* @license lucide-react v0.454.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 ChartGantt = createLucideIcon("ChartGantt", [
["path", { d: "M10 6h8", key: "zvc2xc" }],
["path", { d: "M12 16h6", key: "yi5mkt" }],
["path", { d: "M3 3v16a2 2 0 0 0 2 2h16", key: "c24i48" }],
["path", { d: "M8 11h7", key: "wz2hg0" }]
]);
export { ChartGantt as default };
//# sourceMappingURL=chart-gantt.js.map