Rocky_Mountain_Vending/.pnpm-store/v10/files/55/cf3fb0ff6ea762a04cde1511f2bf179e61aa83ba9bfd55240aa82c2c440fc868c29394bcc851f8cbb1bb52c949fbe261fba268fbe12f862cf3d1e8d45c2ac3
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
727 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 ThermometerSnowflake = createLucideIcon("ThermometerSnowflake", [
["path", { d: "M2 12h10", key: "19562f" }],
["path", { d: "M9 4v16", key: "81ygyz" }],
["path", { d: "m3 9 3 3-3 3", key: "1sas0l" }],
["path", { d: "M12 6 9 9 6 6", key: "pfrgxu" }],
["path", { d: "m6 18 3-3 1.5 1.5", key: "1e277p" }],
["path", { d: "M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z", key: "iof6y5" }]
]);
export { ThermometerSnowflake as default };
//# sourceMappingURL=thermometer-snowflake.js.map