Rocky_Mountain_Vending/.pnpm-store/v10/files/35/d45f5e15dc56f61b3a7bac111e1b94361206be1b2244e98a1435dac1b047ec8f639a938d73a1d069cce672e48587f9323f855ad44c5a8cbf113877e6f4d6cd
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
531 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 Goal = createLucideIcon("Goal", [
["path", { d: "M12 13V2l8 4-8 4", key: "5wlwwj" }],
["path", { d: "M20.561 10.222a9 9 0 1 1-12.55-5.29", key: "1c0wjv" }],
["path", { d: "M8.002 9.997a5 5 0 1 0 8.9 2.02", key: "gb1g7m" }]
]);
export { Goal as default };
//# sourceMappingURL=goal.js.map