Rocky_Mountain_Vending/.pnpm-store/v10/files/34/497126ba30d189dbd06f6bf18b48a5b9c4e1b95b49b441a958087a229024cfb7215c3302240c61a818909de693d6d10385de23671085a0a8aed2eff5f94ce1
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
589 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 FileX2 = createLucideIcon("FileX2", [
["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4", key: "1pf5j1" }],
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
["path", { d: "m8 12.5-5 5", key: "b853mi" }],
["path", { d: "m3 12.5 5 5", key: "1qls4r" }]
]);
export { FileX2 as default };
//# sourceMappingURL=file-x-2.js.map