Rocky_Mountain_Vending/.pnpm-store/v10/files/be/d21631baf0b1159b1b4b66fe2c4553473ec02668c41ef24689ef2a20b9362f78776e9d1603fb774af503c55919116fb96c9587d256ff5abaa7954b2a2cab55
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

17 lines
623 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 LayoutTemplate = createLucideIcon("LayoutTemplate", [
["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
]);
export { LayoutTemplate as default };
//# sourceMappingURL=layout-template.js.map