Rocky_Mountain_Vending/.pnpm-store/v10/files/00/a7c71e8ddcdd44fa393f147eb376e1722404a35df171d72c83f1fb32669d239f1045145fb9f6a3f9dd260f249a47fde5261261c8d07dbecc8c199a7117d653
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
540 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 CircleArrowLeft = createLucideIcon("CircleArrowLeft", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M16 12H8", key: "1fr5h0" }],
["path", { d: "m12 8-4 4 4 4", key: "15vm53" }]
]);
export { CircleArrowLeft as default };
//# sourceMappingURL=circle-arrow-left.js.map