Rocky_Mountain_Vending/.pnpm-store/v10/files/2b/337a7e56751fa1ede9637bc7e81156a15803d178ea4343f079011660a4eb24cc1171f32589de626d4d778781652c410bdc11aaf7e01f3b3893c7e12877892d
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
574 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 MessageCircleReply = createLucideIcon("MessageCircleReply", [
["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z", key: "vv11sd" }],
["path", { d: "m10 15-3-3 3-3", key: "1pgupc" }],
["path", { d: "M7 12h7a2 2 0 0 1 2 2v1", key: "1gheu4" }]
]);
export { MessageCircleReply as default };
//# sourceMappingURL=message-circle-reply.js.map