Rocky_Mountain_Vending/.pnpm-store/v10/files/f7/5828b5cec9d062f6c0385cd5de0295f818b31825d37008112d99d9a96a06250036f2bbb15eb7717480bb7e85b033ec3d0ec0c866ac3d37f3352bedf0c8b798
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
468 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 Eclipse = createLucideIcon("Eclipse", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M12 2a7 7 0 1 0 10 10", key: "1yuj32" }]
]);
export { Eclipse as default };
//# sourceMappingURL=eclipse.js.map