Rocky_Mountain_Vending/.pnpm-store/v10/files/65/1bcea0b82028f6042c8c5485117866995f8b5e41e39775354dd94e5a646495d20ec4cf1df344a38b544d6426f6980d4426e75fa6657bd165958d68e960d977
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

18 lines
597 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 Radius = createLucideIcon("Radius", [
["path", { d: "M20.34 17.52a10 10 0 1 0-2.82 2.82", key: "fydyku" }],
["circle", { cx: "19", cy: "19", r: "2", key: "17f5cg" }],
["path", { d: "m13.41 13.41 4.18 4.18", key: "1gqbwc" }],
["circle", { cx: "12", cy: "12", r: "2", key: "1c9p78" }]
]);
export { Radius as default };
//# sourceMappingURL=radius.js.map