Rocky_Mountain_Vending/.pnpm-store/v10/files/11/331fa43b3244b69c4c0fd81147056a2d90144a5761cbeee98f9c44dc27fc429568b5fd6d257639383d6835b8cbdd5c623163686114bfbaffc720c983e61e3a
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
495 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 CornerRightUp = createLucideIcon("CornerRightUp", [
["polyline", { points: "10 9 15 4 20 9", key: "1lr6px" }],
["path", { d: "M4 20h7a4 4 0 0 0 4-4V4", key: "1plgdj" }]
]);
export { CornerRightUp as default };
//# sourceMappingURL=corner-right-up.js.map