Rocky_Mountain_Vending/.pnpm-store/v10/files/71/5f203fd10a11fba5636d4c4ee715172b06c1e52bb491f325c44ae876273c26492d393f87950ad11bcf14b567e59d88e7f772cf2f831f419ead142e9fa2cce8
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

20 lines
683 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 CalendarPlus2 = createLucideIcon("CalendarPlus2", [
["path", { d: "M8 2v4", key: "1cmpym" }],
["path", { d: "M16 2v4", key: "4m81vk" }],
["rect", { width: "18", height: "18", x: "3", y: "4", rx: "2", key: "1hopcy" }],
["path", { d: "M3 10h18", key: "8toen8" }],
["path", { d: "M10 16h4", key: "17e571" }],
["path", { d: "M12 14v4", key: "1thi36" }]
]);
export { CalendarPlus2 as default };
//# sourceMappingURL=calendar-plus-2.js.map