Rocky_Mountain_Vending/.pnpm-store/v10/files/9f/ced2b996dda726925da43dca48a876663eb0b616c50dfe4014453133003037571189d6be69fa1082fbfbd9f984f194c754da81234af5a65236fc3106b18904
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
533 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 DoorClosed = createLucideIcon("DoorClosed", [
["path", { d: "M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14", key: "36qu9e" }],
["path", { d: "M2 20h20", key: "owomy5" }],
["path", { d: "M14 12v.01", key: "xfcn54" }]
]);
export { DoorClosed as default };
//# sourceMappingURL=door-closed.js.map