Rocky_Mountain_Vending/.pnpm-store/v10/files/53/de641cfaa5af45122efa005f971ea5b5ec487c309e253e37e633f605eeb741eda9397f051f0991e11ad76004ccfb9284fffc937a1a536734e7c44404934e29
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
505 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 Ratio = createLucideIcon("Ratio", [
["rect", { width: "12", height: "20", x: "6", y: "2", rx: "2", key: "1oxtiu" }],
["rect", { width: "20", height: "12", x: "2", y: "6", rx: "2", key: "9lu3g6" }]
]);
export { Ratio as default };
//# sourceMappingURL=ratio.js.map