Rocky_Mountain_Vending/.pnpm-store/v10/files/b4/90c162446227cfeb1984da16483a5c9427422adfd3a26a4027bd54594f6e8796403c1544b71fee0a3f4355619559552f5beed33c1664974daf4a3806198dac
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
440 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 MessageCircle = createLucideIcon("MessageCircle", [
["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z", key: "vv11sd" }]
]);
export { MessageCircle as default };
//# sourceMappingURL=message-circle.js.map