Rocky_Mountain_Vending/.pnpm-store/v10/files/58/515df939c5bdbb8ade3457d8a7e02a45976e24f8ad33247463694ba9fabea9b26e645e2d3d217cacc7ba41723b1f43ff16252566c35d06f6ea9855988f29af
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

18 lines
586 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 Speaker = createLucideIcon("Speaker", [
["rect", { width: "16", height: "20", x: "4", y: "2", rx: "2", key: "1nb95v" }],
["path", { d: "M12 6h.01", key: "1vi96p" }],
["circle", { cx: "12", cy: "14", r: "4", key: "1jruaj" }],
["path", { d: "M12 14h.01", key: "1etili" }]
]);
export { Speaker as default };
//# sourceMappingURL=speaker.js.map