Rocky_Mountain_Vending/.pnpm-store/v10/files/57/65080da1c605c715212f333092a2cc783b4f99d5a862a536397bdb69d15df42b34ebfbd4fc4ba1a44f9ddd05776e7c62d80f5b215a126e349ec6fec67f008d
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

21 lines
690 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 TrainTrack = createLucideIcon("TrainTrack", [
["path", { d: "M2 17 17 2", key: "18b09t" }],
["path", { d: "m2 14 8 8", key: "1gv9hu" }],
["path", { d: "m5 11 8 8", key: "189pqp" }],
["path", { d: "m8 8 8 8", key: "1imecy" }],
["path", { d: "m11 5 8 8", key: "ummqn6" }],
["path", { d: "m14 2 8 8", key: "1vk7dn" }],
["path", { d: "M7 22 22 7", key: "15mb1i" }]
]);
export { TrainTrack as default };
//# sourceMappingURL=train-track.js.map