Rocky_Mountain_Vending/.pnpm-store/v10/files/45/1298fc39619206faadd2a0d899211476fd3122b2e8bae4316d0edaa7b755faf5d5c838fb7018a2b38d0b31881e06c150198c649af1c2e4a8e5f285d925845c
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

18 lines
588 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 UserRoundPlus = createLucideIcon("UserRoundPlus", [
["path", { d: "M2 21a8 8 0 0 1 13.292-6", key: "bjp14o" }],
["circle", { cx: "10", cy: "8", r: "5", key: "o932ke" }],
["path", { d: "M19 16v6", key: "tddt3s" }],
["path", { d: "M22 19h-6", key: "vcuq98" }]
]);
export { UserRoundPlus as default };
//# sourceMappingURL=user-round-plus.js.map