Rocky_Mountain_Vending/.pnpm-store/v10/files/4d/85100fbccb8c1d0730570154c46f2f9e2751ed74e02395958a5cfc7d983f914ee82c51b8f62e8f3fb32b2b5bc1ff72555d917cf639863c97dffad18f5ec2aa
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
492 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 ArrowBigDownDash = createLucideIcon("ArrowBigDownDash", [
["path", { d: "M15 5H9", key: "1tp3ed" }],
["path", { d: "M15 9v3h4l-7 7-7-7h4V9z", key: "ncdc4b" }]
]);
export { ArrowBigDownDash as default };
//# sourceMappingURL=arrow-big-down-dash.js.map