Rocky_Mountain_Vending/.pnpm-store/v10/files/56/269433a7710e37a244c138eb8d9b8129610bde69a5b4589c3081035acd9e7bbc836fdf3d13febdc27730fcfcb19b987a947c99a017d57ed00bdd8548b2513a
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
475 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 UserRound = createLucideIcon("UserRound", [
["circle", { cx: "12", cy: "8", r: "5", key: "1hypcn" }],
["path", { d: "M20 21a8 8 0 0 0-16 0", key: "rfgkzh" }]
]);
export { UserRound as default };
//# sourceMappingURL=user-round.js.map