Rocky_Mountain_Vending/.pnpm-store/v10/files/f7/13cc883576eb6c6785ebf8afb093a55aaf13a2be1a47c6981ed3a4380be31e5af2ce113027193113682a84fe61572204160f0f514554ed1d88ba2fea7f1585
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 CornerRightDown = createLucideIcon("CornerRightDown", [
["polyline", { points: "10 15 15 20 20 15", key: "axus6l" }],
["path", { d: "M4 4h7a4 4 0 0 1 4 4v12", key: "wcbgct" }]
]);
export { CornerRightDown as default };
//# sourceMappingURL=corner-right-down.js.map