Rocky_Mountain_Vending/.pnpm-store/v10/files/3a/17a98136298e5ec45dee3a130eb0a84b77a8ef76a64d41b071dad19a6543814d8dbdfbecfe9fd838eb6a700cfb12b08191605cb2e58432083e412018f86889
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

22 lines
609 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 PictureInPicture = createLucideIcon("PictureInPicture", [
[
"path",
{
d: "M8 4.5v5H3m-1-6 6 6m13 0v-3c0-1.16-.84-2-2-2h-7m-9 9v2c0 1.05.95 2 2 2h3",
key: "bcd8fb"
}
],
["rect", { width: "10", height: "7", x: "12", y: "13.5", ry: "2", key: "136fx3" }]
]);
export { PictureInPicture as default };
//# sourceMappingURL=picture-in-picture.js.map