Rocky_Mountain_Vending/.pnpm-store/v10/files/cb/b01c799aa27ccfb942c70d491161394f0f933f0d8e08822688db0a443d53576a24b0337ff478ad1cb41c3bc81b402980847b9028c0ed463004f6cdf6c32b8e
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
560 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 PanelRightClose = createLucideIcon("PanelRightClose", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M15 3v18", key: "14nvp0" }],
["path", { d: "m8 9 3 3-3 3", key: "12hl5m" }]
]);
export { PanelRightClose as default };
//# sourceMappingURL=panel-right-close.js.map