Rocky_Mountain_Vending/.pnpm-store/v10/files/a3/6bd49b5ec8c2aa4d9c07eebdfdffd2a869236b8c4a2e7ed53fac251e4bbade91e45668b798f2eec4cdb0035241eae6ec1438d613989c5495e880a8a2d29573
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

16 lines
568 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 PictureInPicture2 = createLucideIcon("PictureInPicture2", [
["path", { d: "M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4", key: "daa4of" }],
["rect", { width: "10", height: "7", x: "12", y: "13", rx: "2", key: "1nb8gs" }]
]);
export { PictureInPicture2 as default };
//# sourceMappingURL=picture-in-picture-2.js.map