Rocky_Mountain_Vending/.pnpm-store/v10/files/3f/27016860fb7306d6f928ac361333632261d8543830a06b35931a87539d73cbab38d9a598142138243317477a6bd6df740ae39481a26d43f27f1bae1f45bc99
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

20 lines
793 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 Volleyball = createLucideIcon("Volleyball", [
["path", { d: "M11.1 7.1a16.55 16.55 0 0 1 10.9 4", key: "2880wi" }],
["path", { d: "M12 12a12.6 12.6 0 0 1-8.7 5", key: "113sja" }],
["path", { d: "M16.8 13.6a16.55 16.55 0 0 1-9 7.5", key: "1qmsgl" }],
["path", { d: "M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10", key: "1bmeqp" }],
["path", { d: "M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5", key: "iekzv9" }],
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
]);
export { Volleyball as default };
//# sourceMappingURL=volleyball.js.map