Rocky_Mountain_Vending/.pnpm-store/v10/files/b2/2b64b3ce772d5ee2a2bfcb023cc7e85d9fe61c747c2729712e7c2541b3627aeb30d181119c4f35bcc9e4d6dcdf4e2cc6c4db080cb0e8d727936890a61e5a4e
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

18 lines
625 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 GitPullRequest = createLucideIcon("GitPullRequest", [
["circle", { cx: "18", cy: "18", r: "3", key: "1xkwt0" }],
["circle", { cx: "6", cy: "6", r: "3", key: "1lh9wr" }],
["path", { d: "M13 6h3a2 2 0 0 1 2 2v7", key: "1yeb86" }],
["line", { x1: "6", x2: "6", y1: "9", y2: "21", key: "rroup" }]
]);
export { GitPullRequest as default };
//# sourceMappingURL=git-pull-request.js.map