Rocky_Mountain_Vending/.pnpm-store/v10/files/af/85c2fc350a48f987446b18924a886b45cae44786cfa004b524fd275befa15d64d7e7f5f5ad7742996aaf6df798d71c894bb7053de0036f6a5f5d3bdcf7838b
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
471 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 Clock5 = createLucideIcon("Clock5", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["polyline", { points: "12 6 12 12 14.5 16", key: "1pcbox" }]
]);
export { Clock5 as default };
//# sourceMappingURL=clock-5.js.map