Rocky_Mountain_Vending/.pnpm-store/v10/files/0b/92049a586477d81c1fd16a92d3a9cffb4aab22438d27ae3e2ea057011d4125124d04e3b24884a16bddff7de3fbaafea50d46faba86f7b745f670b0c588e7ca
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
545 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 StretchVertical = createLucideIcon("StretchVertical", [
["rect", { width: "6", height: "20", x: "4", y: "2", rx: "2", key: "19qu7m" }],
["rect", { width: "6", height: "20", x: "14", y: "2", rx: "2", key: "24v0nk" }]
]);
export { StretchVertical as default };
//# sourceMappingURL=stretch-vertical.js.map