Rocky_Mountain_Vending/.pnpm-store/v10/files/61/1bdd6111048163271bd09a832b9a5482c3a14c0019524cb81cc08c89d0e83811969ab9be751069b7f84c554696202ef1362c9ee25f040d223a8d8eda770532
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

19 lines
688 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 SwitchCamera = createLucideIcon("SwitchCamera", [
["path", { d: "M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5", key: "mtk2lu" }],
["path", { d: "M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5", key: "120jsl" }],
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }],
["path", { d: "m18 22-3-3 3-3", key: "kgdoj7" }],
["path", { d: "m6 2 3 3-3 3", key: "1fnbkv" }]
]);
export { SwitchCamera as default };
//# sourceMappingURL=switch-camera.js.map