Rocky_Mountain_Vending/.pnpm-store/v10/files/2b/193d16bc0203d6c8f12ded8eb4f0a5c4d9d477dd539eead98149b99066d7c55bfa0793eeaea714212da4c100cd4dd2009ab166a8d01eee6c07e9b8a68e7736
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

22 lines
559 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 WalletMinimal = createLucideIcon("WalletMinimal", [
["path", { d: "M17 14h.01", key: "7oqj8z" }],
[
"path",
{
d: "M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14",
key: "u1rqew"
}
]
]);
export { WalletMinimal as default };
//# sourceMappingURL=wallet-minimal.js.map