Rocky_Mountain_Vending/.pnpm-store/v10/files/71/ed8599571b23884c577cdb7c6a0b3145d014ba0a6d4d0fada5628acdc950fbbe53865b4062249b25143c4d79f34cb4fa922be55bf2002aca676d3a0031e582
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
546 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 PanelsTopLeft = createLucideIcon("PanelsTopLeft", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M3 9h18", key: "1pudct" }],
["path", { d: "M9 21V9", key: "1oto5p" }]
]);
export { PanelsTopLeft as default };
//# sourceMappingURL=panels-top-left.js.map