Rocky_Mountain_Vending/.pnpm-store/v10/files/27/5fe22feed0420554bc80ee58bf988112c1f621973ba5cf4c9798ec9f4181074da5c3b7c141bf011eb84bc611ff3231294009a95bf612b2fc8d28d1d7fc7bfc
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

13 lines
381 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 Minus = createLucideIcon("Minus", [["path", { d: "M5 12h14", key: "1ays0h" }]]);
export { Minus as default };
//# sourceMappingURL=minus.js.map