Rocky_Mountain_Vending/.pnpm-store/v10/files/ec/d01c4501ede1ccd49ab7c35823e5e495f927ccc7b08539c9bf59214ef737e16ca6383520c2640b13c17cd9af81916f9382fb750b3889fc8326cd098ada974d
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 CircleCheckBig = createLucideIcon("CircleCheckBig", [
["path", { d: "M21.801 10A10 10 0 1 1 17 3.335", key: "yps3ct" }],
["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }]
]);
export { CircleCheckBig as default };
//# sourceMappingURL=circle-check-big.js.map