Rocky_Mountain_Vending/.pnpm-store/v10/files/e8/c48f4840a5b98b81d553013d320fd3b82343a0b1953f737a0ff8c32c172d78876fb6d63b6eb9c51bc248ceb34158d05f5decdf7fbb4654128dde83a73e9d0a
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
697 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 VibrateOff = createLucideIcon("VibrateOff", [
["path", { d: "m2 8 2 2-2 2 2 2-2 2", key: "sv1b1" }],
["path", { d: "m22 8-2 2 2 2-2 2 2 2", key: "101i4y" }],
["path", { d: "M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2", key: "1hbad5" }],
["path", { d: "M16 10.34V6c0-.55-.45-1-1-1h-4.34", key: "1x5tf0" }],
["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }]
]);
export { VibrateOff as default };
//# sourceMappingURL=vibrate-off.js.map