Rocky_Mountain_Vending/.pnpm-store/v10/files/fe/ad8632b6b3a7147df57acd8513a60a3af630de04fd57d55456fa93075ce3823fe2ad2492be84ca2e499cc13c8a15393a4f061bf46a1f1fa0cd136b00a2f517
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
561 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 SquareArrowLeft = createLucideIcon("SquareArrowLeft", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "m12 8-4 4 4 4", key: "15vm53" }],
["path", { d: "M16 12H8", key: "1fr5h0" }]
]);
export { SquareArrowLeft as default };
//# sourceMappingURL=square-arrow-left.js.map