Rocky_Mountain_Vending/.pnpm-store/v10/files/f6/059a3284c67d0c75866f0ef5118175195d8d711d5585003cfb0e55effe0bd6083fd66322cdce9ff95437bd4231a3aaf7b9f7b0491b08d102e6a338fa842cc8
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
489 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 PanelRight = createLucideIcon("PanelRight", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M15 3v18", key: "14nvp0" }]
]);
export { PanelRight as default };
//# sourceMappingURL=panel-right.js.map