Rocky_Mountain_Vending/.pnpm-store/v10/files/33/ec1d8571fdc60aee3da30b896e71cbdeaf4b28876e8fdc7f405510ef306c5db4eb5d90337a0c7821fd3a33eaae9e79edf3ff873d90a28777f83f2319d9272e
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
569 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 CircleArrowOutDownLeft = createLucideIcon("CircleArrowOutDownLeft", [
["path", { d: "M2 12a10 10 0 1 1 10 10", key: "1yn6ov" }],
["path", { d: "m2 22 10-10", key: "28ilpk" }],
["path", { d: "M8 22H2v-6", key: "sulq54" }]
]);
export { CircleArrowOutDownLeft as default };
//# sourceMappingURL=circle-arrow-out-down-left.js.map