Rocky_Mountain_Vending/.pnpm-store/v10/files/2a/54c4591246fbc246b1df90184c4042abce2af2d94258a30defe6660ac97a8ccb84aa5e299b52a625faf3ae58b2b80612f7d9bb6f68aed2a78b9819b124c780
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
661 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 ImageMinus = createLucideIcon("ImageMinus", [
["path", { d: "M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7", key: "m87ecr" }],
["line", { x1: "16", x2: "22", y1: "5", y2: "5", key: "ez7e4s" }],
["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }],
["path", { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21", key: "1xmnt7" }]
]);
export { ImageMinus as default };
//# sourceMappingURL=image-minus.js.map