Rocky_Mountain_Vending/.pnpm-store/v10/files/58/46a031a9bb8c74bdf115ad2b37fd0a76bab25310fe04e0632c69c53d1662f9403efdaf26ef9f82afc97f43567453418cd95991c65915fd8458adb851b1a8b9
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
506 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 CornerDownRight = createLucideIcon("CornerDownRight", [
["polyline", { points: "15 10 20 15 15 20", key: "1q7qjw" }],
["path", { d: "M4 4v7a4 4 0 0 0 4 4h12", key: "z08zvw" }]
]);
export { CornerDownRight as default };
//# sourceMappingURL=corner-down-right.js.map