Rocky_Mountain_Vending/.pnpm-store/v10/files/80/b1b748a389d8db3a46a63d53e8e8aa405b5635d2cbe8fbac39c58ffc68452eda80e04c79716b3bf1f8a736359588b541a389a85e3cec334817447fa7c3bfe7
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

17 lines
526 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 Dice2 = createLucideIcon("Dice2", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }],
["path", { d: "M15 9h.01", key: "x1ddxp" }],
["path", { d: "M9 15h.01", key: "fzyn71" }]
]);
export { Dice2 as default };
//# sourceMappingURL=dice-2.js.map