Rocky_Mountain_Vending/.pnpm-store/v10/files/c0/f8d978219826ab637f0ba52bf3eb884bd4c2d1b3c40dd4cc670e8cede6b5bbd9ba45408f92e29a9cb8d9ac26e5a599f38ecc671ca0f938975d3186f42d8408
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
562 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 MessageCircleWarning = createLucideIcon("MessageCircleWarning", [
["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z", key: "vv11sd" }],
["path", { d: "M12 8v4", key: "1got3b" }],
["path", { d: "M12 16h.01", key: "1drbdi" }]
]);
export { MessageCircleWarning as default };
//# sourceMappingURL=message-circle-warning.js.map