Rocky_Mountain_Vending/.pnpm-store/v10/files/6d/a2d49d507bbd98d6ba67fa7ddb7e3773d189ea00465b935213804b00bbe930eaf287bed8f66a46f5d206bd8c171d491a9383cc948dc87dd66ccaa8d09fae88
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

16 lines
498 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 SquareCheck = createLucideIcon("SquareCheck", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "m9 12 2 2 4-4", key: "dzmm74" }]
]);
export { SquareCheck as default };
//# sourceMappingURL=square-check.js.map