Rocky_Mountain_Vending/.pnpm-store/v10/files/29/3e8db35eed9c1f94a7ec0b925ec165055d669a8292d5b0dd1de534b7f33c6331c440d7416056199d1e58f85187339847d438afcc0f63c709cfb665e15c54e8
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
541 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 GitCommitVertical = createLucideIcon("GitCommitVertical", [
["path", { d: "M12 3v6", key: "1holv5" }],
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }],
["path", { d: "M12 15v6", key: "a9ows0" }]
]);
export { GitCommitVertical as default };
//# sourceMappingURL=git-commit-vertical.js.map