Rocky_Mountain_Vending/.pnpm-store/v10/files/03/cba46da867af99f77e185c58ec71f4c2e13b8fd2f6a444287f8be5123dbd48664f4247f74f7e9ff49c051feb581d5fe2b343f92c59b50bb6e0a980d74fd84c
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

19 lines
670 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 Snail = createLucideIcon("Snail", [
["path", { d: "M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0", key: "hneq2s" }],
["circle", { cx: "10", cy: "13", r: "8", key: "194lz3" }],
["path", { d: "M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6", key: "ixqyt7" }],
["path", { d: "M18 3 19.1 5.2", key: "9tjm43" }],
["path", { d: "M22 3 20.9 5.2", key: "j3odrs" }]
]);
export { Snail as default };
//# sourceMappingURL=snail.js.map