Rocky_Mountain_Vending/.pnpm-store/v10/files/2b/f9eb8b786be328e74122bd2be2ef75170c5f1790f5a47ebb41fbfc61a5978bf23b5c6052f637c5023435bb8763e42e534fec5a11c17afcf59e3ef39742287b
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
512 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 MoveDiagonal = createLucideIcon("MoveDiagonal", [
["path", { d: "M11 19H5v-6", key: "8awifj" }],
["path", { d: "M13 5h6v6", key: "7voy1q" }],
["path", { d: "M19 5 5 19", key: "wwaj1z" }]
]);
export { MoveDiagonal as default };
//# sourceMappingURL=move-diagonal.js.map