Rocky_Mountain_Vending/.pnpm-store/v10/files/8b/be6d9a8302a199902295eb75560e5bb58258454f6c4c39dbde70a23e3d4644927c26259976bf829df8ab22a7f6f7a2f4d49b66e50facabd2c747fb745adfa2
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

16 lines
524 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 SquareChevronDown = createLucideIcon("SquareChevronDown", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "m16 10-4 4-4-4", key: "894hmk" }]
]);
export { SquareChevronDown as default };
//# sourceMappingURL=square-chevron-down.js.map