Rocky_Mountain_Vending/.pnpm-store/v10/files/df/ec0dec659e0a0f606712ec5b8bfe55854be5125995fba43c0a37638962ddd8b2c4dc556f4cc629779252be1bf8c7d8e3d60b932d8c410a976739480c3e3509
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
546 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 UserRoundMinus = createLucideIcon("UserRoundMinus", [
["path", { d: "M2 21a8 8 0 0 1 13.292-6", key: "bjp14o" }],
["circle", { cx: "10", cy: "8", r: "5", key: "o932ke" }],
["path", { d: "M22 19h-6", key: "vcuq98" }]
]);
export { UserRoundMinus as default };
//# sourceMappingURL=user-round-minus.js.map