iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 712 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const ParkingMeter = (props) => React.createElement("svg", { className: "lucide lucide-parking-meter", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M11 15h2M12 12v3M12 19v3M15.282 19a1 1 0 00.948-.68l2.37-6.988a7 7 0 10-13.2 0l2.37 6.988a1 1 0 00.948.68zM9 9a3 3 0 116 0" }));
exports.default = ParkingMeter;