Rocky_Mountain_Vending/.pnpm-store/v10/files/c6/9e264fe29bf7a4b386c7964850256e1860e09ef922626486019de12492e342d8aa82e11f51e2512f7015ec583cbd206c2560f0b5b62b9552345b9d1dc5030b
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

16 lines
484 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 PanelLeft = createLucideIcon("PanelLeft", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M9 3v18", key: "fh3hqa" }]
]);
export { PanelLeft as default };
//# sourceMappingURL=panel-left.js.map