Rocky_Mountain_Vending/.pnpm-store/v10/files/96/8b0241f0c1550e8d8a47956802e315d1a7f945cd1addde9e1d5513b4898973ed0c58f06f549ff7fd54197ff57bbed6a96eb015e9662ee1169a050f00bd3d73
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
549 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 PanelTopOpen = createLucideIcon("PanelTopOpen", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M3 9h18", key: "1pudct" }],
["path", { d: "m15 14-3 3-3-3", key: "g215vf" }]
]);
export { PanelTopOpen as default };
//# sourceMappingURL=panel-top-open.js.map