Rocky_Mountain_Vending/.pnpm-store/v10/files/36/5e933b27a79d11e5a468fb974ec20c66abc6626d2e6aaa274eeab97e1c804bf772a9d1c07eaed539f24cde4a00ef62ea4926a98e5bfd0616bfe683403a6f23
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
566 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 GalleryVerticalEnd = createLucideIcon("GalleryVerticalEnd", [
["path", { d: "M7 2h10", key: "nczekb" }],
["path", { d: "M5 6h14", key: "u2x4p" }],
["rect", { width: "18", height: "12", x: "3", y: "10", rx: "2", key: "l0tzu3" }]
]);
export { GalleryVerticalEnd as default };
//# sourceMappingURL=gallery-vertical-end.js.map