Rocky_Mountain_Vending/.pnpm-store/v10/files/d0/c51c8ae049fe5180ac23b8c24b08d396288fac76d110d7f92a9c4ffec3f3bdea331af7176a0683403fa7c2f9f358918c20171f3f29b104c853b94455663343
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
584 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 SquareUserRound = createLucideIcon("SquareUserRound", [
["path", { d: "M18 21a6 6 0 0 0-12 0", key: "kaz2du" }],
["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }],
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }]
]);
export { SquareUserRound as default };
//# sourceMappingURL=square-user-round.js.map