Rocky_Mountain_Vending/.pnpm-store/v10/files/71/854cd4cbd5fa9be1a116d8dffa209b9afd92ac0c141cf2ffd48e6ec141b2440defcdd75d9596e068bd47a3e6636db4cb3ecb298de4e349fcfefc1874975ae7
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

17 lines
568 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 SquareArrowUpLeft = createLucideIcon("SquareArrowUpLeft", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M8 16V8h8", key: "19xb1h" }],
["path", { d: "M16 16 8 8", key: "1qdy8n" }]
]);
export { SquareArrowUpLeft as default };
//# sourceMappingURL=square-arrow-up-left.js.map