Rocky_Mountain_Vending/.pnpm-store/v10/files/3e/158c6107254de1d90e4032bf501390484becf113934979032ee77dcc81eb20d12efa0dbf715567b03f7cfd0cc9961d37d0357449e0977a1a9fbc99dd74ec27
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
578 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 SquareArrowDownRight = createLucideIcon("SquareArrowDownRight", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "m8 8 8 8", key: "1imecy" }],
["path", { d: "M16 8v8H8", key: "1lbpgo" }]
]);
export { SquareArrowDownRight as default };
//# sourceMappingURL=square-arrow-down-right.js.map