Rocky_Mountain_Vending/.pnpm-store/v10/files/37/fff18d8192e9014800700a700fbf7f9f1c8a8cafaeaecc1ad3d33dc145cd1a92cc3b3d54fded04f394b9f7d04619a6f88e069a9b2730618c48308bf054b08a
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

18 lines
608 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 LampDesk = createLucideIcon("LampDesk", [
["path", { d: "m14 5-3 3 2 7 8-8-7-2Z", key: "1b0msb" }],
["path", { d: "m14 5-3 3-3-3 3-3 3 3Z", key: "1uemms" }],
["path", { d: "M9.5 6.5 4 12l3 6", key: "1bx08v" }],
["path", { d: "M3 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H3Z", key: "wap775" }]
]);
export { LampDesk as default };
//# sourceMappingURL=lamp-desk.js.map