Rocky_Mountain_Vending/.pnpm-store/v10/files/11/0539b788730bedfe7ba1af866078fd62a4996d174b8fbad23c821356d6cade7140540859416159f7e2946d0bf5846296e6345f514f05f8275f7daf63d89708
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

15 lines
444 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 FlagTriangleRight = createLucideIcon("FlagTriangleRight", [
["path", { d: "M7 22V2l10 5-10 5", key: "17n18y" }]
]);
export { FlagTriangleRight as default };
//# sourceMappingURL=flag-triangle-right.js.map