Rocky_Mountain_Vending/.pnpm-store/v10/files/19/4a3c37dc92d5c821ca62f4bb7c8d20db38355c6f144c835639f8304426df0054078e45785c8437a7f99b24b95c82019b51bdb1e5a9a984cf9d28d28fd2f108
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
571 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 MousePointer2 = createLucideIcon("MousePointer2", [
[
"path",
{
d: "M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z",
key: "edeuup"
}
]
]);
export { MousePointer2 as default };
//# sourceMappingURL=mouse-pointer-2.js.map