Rocky_Mountain_Vending/.pnpm-store/v10/files/07/1257927658f615a007cd4bf73d0edf87cd8e10891446e6a3b0661db5836d0a910e44e9ebc5dbf66a099f2ea6d4367fa741f6fbf161170325df26ffaf2bcf85
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

22 lines
752 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 FoldHorizontal = createLucideIcon("FoldHorizontal", [
["path", { d: "M2 12h6", key: "1wqiqv" }],
["path", { d: "M22 12h-6", key: "1eg9hc" }],
["path", { d: "M12 2v2", key: "tus03m" }],
["path", { d: "M12 8v2", key: "1woqiv" }],
["path", { d: "M12 14v2", key: "8jcxud" }],
["path", { d: "M12 20v2", key: "1lh1kg" }],
["path", { d: "m19 9-3 3 3 3", key: "12ol22" }],
["path", { d: "m5 15 3-3-3-3", key: "1kdhjc" }]
]);
export { FoldHorizontal as default };
//# sourceMappingURL=fold-horizontal.js.map