Rocky_Mountain_Vending/.pnpm-store/v10/files/9f/d322962f4bf1e1b93c21c8fae946aa332876d1a5005e27d1b9a3eff59600177e96cbad141fdd03b8d2ab3f3b130c66d3754805072261df1329d39e86b4aae9
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

19 lines
691 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 MonitorSpeaker = createLucideIcon("MonitorSpeaker", [
["path", { d: "M5.5 20H8", key: "1k40s5" }],
["path", { d: "M17 9h.01", key: "1j24nn" }],
["rect", { width: "10", height: "16", x: "12", y: "4", rx: "2", key: "ixliua" }],
["path", { d: "M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4", key: "1mp6e1" }],
["circle", { cx: "17", cy: "15", r: "1", key: "tqvash" }]
]);
export { MonitorSpeaker as default };
//# sourceMappingURL=monitor-speaker.js.map