Rocky_Mountain_Vending/.pnpm-store/v10/files/53/d1ab75562f56773b9648736092a7b8a507659afff39d074da4a51364af59e0e50fe716597af3234901213d1a4d7227549602aa476ac7e735ed78a469f5f50e
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

15 lines
428 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 Cloud = createLucideIcon("Cloud", [
["path", { d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z", key: "p7xjir" }]
]);
export { Cloud as default };
//# sourceMappingURL=cloud.js.map