Rocky_Mountain_Vending/.pnpm-store/v10/files/13/13c47d326d19ed1738ed58508b424a9fa509698731dd0184f6ab8a7d2c7c0057ed9e1e9f93311184e2bf5ca7a471fd605a5f1aff7bbd46d88be034dc65dc5e
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

18 lines
602 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 ClockArrowDown = createLucideIcon("ClockArrowDown", [
["path", { d: "M12.338 21.994A10 10 0 1 1 21.925 13.227", key: "1i7shu" }],
["path", { d: "M12 6v6l2 1", key: "19cm8n" }],
["path", { d: "m14 18 4 4 4-4", key: "1waygx" }],
["path", { d: "M18 14v8", key: "irew45" }]
]);
export { ClockArrowDown as default };
//# sourceMappingURL=clock-arrow-down.js.map