Rocky_Mountain_Vending/.pnpm-store/v10/files/40/b1f0de2c1b3b3382ee2edaef5cb534fa846bcf2d660601dcb667131bbd4c8333da6dfcc0afbcebeae52e6d840e0352166c9235be577ffda6a2192e7f523e81
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
464 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 Clock = createLucideIcon("Clock", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["polyline", { points: "12 6 12 12 16 14", key: "68esgv" }]
]);
export { Clock as default };
//# sourceMappingURL=clock.js.map