Rocky_Mountain_Vending/.pnpm-store/v10/files/ee/d2186c8103cf4bdec48640d56ca7519b192e435e5c8d385fe4371f0de61176525db649af8bce496fa51871fba7c5a1aa4151fc56f2a21927c9212f10f4c140
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
506 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 CircleChevronRight = createLucideIcon("CircleChevronRight", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "m10 8 4 4-4 4", key: "1wy4r4" }]
]);
export { CircleChevronRight as default };
//# sourceMappingURL=circle-chevron-right.js.map