Rocky_Mountain_Vending/.pnpm-store/v10/files/64/1f241f9dcbfad97ce1670f1820a2504c9a732b093d9b8ae37f1072303bbf997cd900ebf02b90957d7e09c028d5fb62656cc0df749fef465a159388e1a50dc9
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

15 lines
479 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 RectangleHorizontal = createLucideIcon("RectangleHorizontal", [
["rect", { width: "20", height: "12", x: "2", y: "6", rx: "2", key: "9lu3g6" }]
]);
export { RectangleHorizontal as default };
//# sourceMappingURL=rectangle-horizontal.js.map