Rocky_Mountain_Vending/.pnpm-store/v10/files/35/fbf76a386a2553bcab2f926c215501617736698297b701fd3cf4c28c770f0e858bf653ec4bd0ebe0c339789a605d19579ac4929e7a7fac261c3d908e764b2a
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
548 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 DiscAlbum = createLucideIcon("DiscAlbum", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["circle", { cx: "12", cy: "12", r: "5", key: "nd82uf" }],
["path", { d: "M12 12h.01", key: "1mp3jc" }]
]);
export { DiscAlbum as default };
//# sourceMappingURL=disc-album.js.map