Rocky_Mountain_Vending/.pnpm-store/v10/files/35/c1576a1246e89fc88348bd720627903c01d9d19a3e8e65743ea0c9555b431d8fe4238b51e09791ae9f798d450067f9cc2ebf5e14722884c491cb7b9023c178
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
624 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 LayoutPanelTop = createLucideIcon("LayoutPanelTop", [
["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
["rect", { width: "7", height: "7", x: "3", y: "14", rx: "1", key: "1bb6yr" }],
["rect", { width: "7", height: "7", x: "14", y: "14", rx: "1", key: "nxv5o0" }]
]);
export { LayoutPanelTop as default };
//# sourceMappingURL=layout-panel-top.js.map