Rocky_Mountain_Vending/.pnpm-store/v10/files/79/46ad2e1cef01e7d0e9ae4c87732b2ecbc18275e0791f67b86dbd4bb7a98bd66be0a6582cb0ce49b2ab0cddcf71e85e1bb9cc842c53e1107ba09ad78bcd58d7
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

17 lines
564 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 PanelsRightBottom = createLucideIcon("PanelsRightBottom", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M3 15h12", key: "1wkqb3" }],
["path", { d: "M15 3v18", key: "14nvp0" }]
]);
export { PanelsRightBottom as default };
//# sourceMappingURL=panels-right-bottom.js.map