Rocky_Mountain_Vending/.pnpm-store/v10/files/db/c9c599f7d1a8f34e51cec64c515658a33791af7042e175973a0ef997c99145eb1c384fd64f102d53727cf96d8d33808343fd99b821a4518f924c770fc7c8bc
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
603 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 SquareChartGantt = createLucideIcon("SquareChartGantt", [
["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 { SquareChartGantt as default };
//# sourceMappingURL=square-chart-gantt.js.map