Rocky_Mountain_Vending/.pnpm-store/v10/files/a0/7929a86e95b469a7fd73ffdc25818edeafb364363d834d7d35ede102bf8093fbb6ea800981dd8fa26c922e6685bd24b1e18d12e8c21a5a3338fb2836500757
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

19 lines
544 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 MountainSnow = createLucideIcon("MountainSnow", [
["path", { d: "m8 3 4 8 5-5 5 15H2L8 3z", key: "otkl63" }],
[
"path",
{ d: "M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19", key: "1pvmmp" }
]
]);
export { MountainSnow as default };
//# sourceMappingURL=mountain-snow.js.map