Rocky_Mountain_Vending/.pnpm-store/v10/files/ab/cb3abc77e2846107a77372cfd431b507d8674620fdc9374be43c1711074f4463bab0b532126555a9a502d5f884cb6e500594fdf3e15bf77aad02980c6c6e8b
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
570 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 SquareArrowUpRight = createLucideIcon("SquareArrowUpRight", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M8 8h8v8", key: "b65dnt" }],
["path", { d: "m8 16 8-8", key: "13b9ih" }]
]);
export { SquareArrowUpRight as default };
//# sourceMappingURL=square-arrow-up-right.js.map