Rocky_Mountain_Vending/.pnpm-store/v10/files/3f/cc77ad6704aea5bb2ce8551c12ee6648f4fd138219e362a7df5281c9d5d8def82b6019ddd9ff91a86b0be566f5fdfe92a7c2357d5e2f483b3a89de20ebee8f
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

15 lines
433 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 LoaderCircle = createLucideIcon("LoaderCircle", [
["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]
]);
export { LoaderCircle as default };
//# sourceMappingURL=loader-circle.js.map