Rocky_Mountain_Vending/.pnpm-store/v10/files/46/94d20cf5828bd3096f25bb3fcc81a421fc3f947078cb9a22690b9e50e11ba7f7b1e18e64a6ac27fc1eb3d6968bc932c8ba94b1e88bdfd2836fe874db6b10e6
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
498 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 CornerUpRight = createLucideIcon("CornerUpRight", [
["polyline", { points: "15 14 20 9 15 4", key: "1tbx3s" }],
["path", { d: "M4 20v-7a4 4 0 0 1 4-4h12", key: "1lu4f8" }]
]);
export { CornerUpRight as default };
//# sourceMappingURL=corner-up-right.js.map