Rocky_Mountain_Vending/.pnpm-store/v10/files/02/b1311af2fe258ca0ad7d382d5e0a03b65c6e5fc967ed81a3342ead0a6dde3072afa616c7bbcbb7cce22585bb248056bec2badbf7043b68c0b886d5b22db6e9
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
501 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 CornerLeftDown = createLucideIcon("CornerLeftDown", [
["polyline", { points: "14 15 9 20 4 15", key: "nkc4i" }],
["path", { d: "M20 4h-7a4 4 0 0 0-4 4v12", key: "nbpdq2" }]
]);
export { CornerLeftDown as default };
//# sourceMappingURL=corner-left-down.js.map