Rocky_Mountain_Vending/.pnpm-store/v10/files/97/7e4d10f11568c38dd3380cd0d99495d857986e63539ff03ea5f31f1e14746d651bcf67241533a3a27e3f617f2420e66540e24eba1c2f1df171fda126f52e34
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

16 lines
451 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 Music3 = createLucideIcon("Music3", [
["circle", { cx: "12", cy: "18", r: "4", key: "m3r9ws" }],
["path", { d: "M16 18V2", key: "40x2m5" }]
]);
export { Music3 as default };
//# sourceMappingURL=music-3.js.map