Rocky_Mountain_Vending/.pnpm-store/v10/files/56/8a692c271eeca816dd408ebe33d25a37cd056d1d76fcc56ec83cda9e5cc02e1a3d311cc87be1770c31bf2832d5033c95219a9dac5d6d39aa127273a9aed95b
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

20 lines
594 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 ReceiptCent = createLucideIcon("ReceiptCent", [
[
"path",
{ d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z", key: "q3az6g" }
],
["path", { d: "M12 6.5v11", key: "ecfhkf" }],
["path", { d: "M15 9.4a4 4 0 1 0 0 5.2", key: "1makmb" }]
]);
export { ReceiptCent as default };
//# sourceMappingURL=receipt-cent.js.map