Rocky_Mountain_Vending/.pnpm-store/v10/files/ce/a128d2f54a528b60696082591a416eaa3967a8ffc47f18c77f7371a0e0ba7a2c655e30ddbacf6366e1248e127c032f23c842c2db7c2cd43f0914834e2d1c56
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
502 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 LampFloor = createLucideIcon("LampFloor", [
["path", { d: "M9 2h6l3 7H6l3-7Z", key: "wcx6mj" }],
["path", { d: "M12 9v13", key: "3n1su1" }],
["path", { d: "M9 22h6", key: "1rlq3v" }]
]);
export { LampFloor as default };
//# sourceMappingURL=lamp-floor.js.map