Rocky_Mountain_Vending/.pnpm-store/v10/files/44/20708e59aa09b2b36a73157c98d8c24e13341b7b0fe5341a34533f72f8ca6afa4bc844ea957a5dd6d0cb39d51874635c6fff889765efad8ba40eeca2485829
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
553 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 StretchHorizontal = createLucideIcon("StretchHorizontal", [
["rect", { width: "20", height: "6", x: "2", y: "4", rx: "2", key: "qdearl" }],
["rect", { width: "20", height: "6", x: "2", y: "14", rx: "2", key: "1xrn6j" }]
]);
export { StretchHorizontal as default };
//# sourceMappingURL=stretch-horizontal.js.map