Rocky_Mountain_Vending/.pnpm-store/v10/files/98/67b3dd19551d2864288bf420c3512855dd03b5d2db3939c6e8cf91f21a4f447f0f81c4145f175a201b900bc42ab53654fd7f5cdfee1cafc7ff6139ccb5ea6e
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
529 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 SquareCheckBig = createLucideIcon("SquareCheckBig", [
["path", { d: "M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5", key: "1uzm8b" }],
["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }]
]);
export { SquareCheckBig as default };
//# sourceMappingURL=square-check-big.js.map