Rocky_Mountain_Vending/.pnpm-store/v10/files/25/39ee226b574d1c29903cfa93f66bffe8687f1037a3fb60912c8947c4337afd56f70c2867d47dca50f9e3cd89a279a5f075194cfdcf9f0de79e5fdd70bf07da
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
565 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 PanelBottomClose = createLucideIcon("PanelBottomClose", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M3 15h18", key: "5xshup" }],
["path", { d: "m15 8-3 3-3-3", key: "1oxy1z" }]
]);
export { PanelBottomClose as default };
//# sourceMappingURL=panel-bottom-close.js.map