Rocky_Mountain_Vending/.pnpm-store/v10/files/8c/7aea8270521c6b07b1c3840b6f4ecf97bd513a49c6edca3033c4c4fce3d1ecb7d50e431e1c8087a0d08018987ec5e634d7bb3889505857a3acf77a47e418db
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
593 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 MonitorCheck = createLucideIcon("MonitorCheck", [
["path", { d: "m9 10 2 2 4-4", key: "1gnqz4" }],
["rect", { width: "20", height: "14", x: "2", y: "3", rx: "2", key: "48i651" }],
["path", { d: "M12 17v4", key: "1riwvh" }],
["path", { d: "M8 21h8", key: "1ev6f3" }]
]);
export { MonitorCheck as default };
//# sourceMappingURL=monitor-check.js.map