Rocky_Mountain_Vending/.pnpm-store/v10/files/5f/f02283ae2d671f69c813b49acc7fcc403c1e3ce5bc37a698d69d505f2c738e7618d3afabb7a32b56ed036a57f08f156f2ee919554e47d20497581c417806c3
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
484 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 Cylinder = createLucideIcon("Cylinder", [
["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", key: "msslwz" }],
["path", { d: "M3 5v14a9 3 0 0 0 18 0V5", key: "aqi0yr" }]
]);
export { Cylinder as default };
//# sourceMappingURL=cylinder.js.map