Rocky_Mountain_Vending/.pnpm-store/v10/files/80/4980cd2b6a2b7ae83ae9134e2115b659eb1572ccca3290e83d95af8171cca9dece85b040806918c24d59be876bed02a2c13e28fcda7400f88ee445a2d9ce1c
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
551 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 UserRoundCheck = createLucideIcon("UserRoundCheck", [
["path", { d: "M2 21a8 8 0 0 1 13.292-6", key: "bjp14o" }],
["circle", { cx: "10", cy: "8", r: "5", key: "o932ke" }],
["path", { d: "m16 19 2 2 4-4", key: "1b14m6" }]
]);
export { UserRoundCheck as default };
//# sourceMappingURL=user-round-check.js.map