Rocky_Mountain_Vending/.pnpm-store/v10/files/52/9a730a97ae6a6d91119fe6fa6bf972cb6197b9a42055a9ce6f588d420040c414a2d525a5500aa0f11309fd2e59f65e79659ddbed2be837ef4db40b42048a2e
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

19 lines
683 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 ImagePlus = createLucideIcon("ImagePlus", [
["path", { d: "M16 5h6", key: "1vod17" }],
["path", { d: "M19 2v6", key: "4bpg5p" }],
["path", { d: "M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5", key: "1ue2ih" }],
["path", { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21", key: "1xmnt7" }],
["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
]);
export { ImagePlus as default };
//# sourceMappingURL=image-plus.js.map