Rocky_Mountain_Vending/.pnpm-store/v10/files/c1/8abad7b7584fa0e13a0085553c1a47e061548900835ff65afccd30164e84f37b4743a14877ad4d6b61f79fd8f99dab68fad013342e996fe13954dacc31aaed
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

16 lines
471 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 CircleMinus = createLucideIcon("CircleMinus", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M8 12h8", key: "1wcyev" }]
]);
export { CircleMinus as default };
//# sourceMappingURL=circle-minus.js.map