Rocky_Mountain_Vending/.pnpm-store/v10/files/ed/2280ee676c55fe40db097377b8d2980d038453f532b07fb02c9aeff677ec0d18e6bfa75e2afaf405bcc48af05c722e2a9aeda39bfa7865efcf24546099facf
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
661 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 HardDriveDownload = createLucideIcon("HardDriveDownload", [
["path", { d: "M12 2v8", key: "1q4o3n" }],
["path", { d: "m16 6-4 4-4-4", key: "6wukr" }],
["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", key: "w68u3i" }],
["path", { d: "M6 18h.01", key: "uhywen" }],
["path", { d: "M10 18h.01", key: "h775k" }]
]);
export { HardDriveDownload as default };
//# sourceMappingURL=hard-drive-download.js.map