Rocky_Mountain_Vending/.pnpm-store/v10/files/7e/fea2f3941cf3d38461738c15c82c4cb16429545138906eb7cba405e92751d8ee79251f2c88839dc68fd03bb102d41febd2b5b0d3e10b44be2ee6cfd4f562f9
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
552 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 FileMinus2 = createLucideIcon("FileMinus2", [
["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4", key: "1pf5j1" }],
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
["path", { d: "M3 15h6", key: "4e2qda" }]
]);
export { FileMinus2 as default };
//# sourceMappingURL=file-minus-2.js.map