Rocky_Mountain_Vending/.pnpm-store/v10/files/12/e8e9bb18c9313b2bd3859ee2bd8e177a8c412dce2c3a7a8ada60b3abb566493e25343b7b56ffb23f3865588326c74c006c36a0d03620b40fa93f9650185f0d
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

25 lines
715 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 ParkingMeter = createLucideIcon("ParkingMeter", [
["path", { d: "M11 15h2", key: "199qp6" }],
["path", { d: "M12 12v3", key: "158kv8" }],
["path", { d: "M12 19v3", key: "npa21l" }],
[
"path",
{
d: "M15.282 19a1 1 0 0 0 .948-.68l2.37-6.988a7 7 0 1 0-13.2 0l2.37 6.988a1 1 0 0 0 .948.68z",
key: "1jofit"
}
],
["path", { d: "M9 9a3 3 0 1 1 6 0", key: "jdoeu8" }]
]);
export { ParkingMeter as default };
//# sourceMappingURL=parking-meter.js.map