Rocky_Mountain_Vending/.pnpm-store/v10/files/3e/96ce1d4898108aeb6f6342446bb9adeaa51e8a829db683533f82c1c4c00bd3e8b78b75443cee8d6ad6fdb9a66567ed85af5f56889870b28aaa4ced1e8f6dc0
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
576 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 SquareArrowDownLeft = createLucideIcon("SquareArrowDownLeft", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "m16 8-8 8", key: "166keh" }],
["path", { d: "M16 16H8V8", key: "1w2ppm" }]
]);
export { SquareArrowDownLeft as default };
//# sourceMappingURL=square-arrow-down-left.js.map