Rocky_Mountain_Vending/.pnpm-store/v10/files/94/e168c79ce4d60f01039a9479a9f568ca35c1576fb524c7f3c7b5dd4234d2521363a238ebc376d1e6691727e20e1d76898aef7b0b22cd6a64b64f7be3c12e74
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
578 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 MessageSquarePlus = createLucideIcon("MessageSquarePlus", [
["path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z", key: "1lielz" }],
["path", { d: "M12 7v6", key: "lw1j43" }],
["path", { d: "M9 10h6", key: "9gxzsh" }]
]);
export { MessageSquarePlus as default };
//# sourceMappingURL=message-square-plus.js.map