14 lines
363 B
JavaScript
14 lines
363 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const ParkingCircle = createLucideIcon("ParkingCircle", [
|
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
["path", { d: "M9 17V7h4a3 3 0 0 1 0 6H9", key: "1dfk2c" }]
|
|
]);
|
|
|
|
export { ParkingCircle as default };
|
|
//# sourceMappingURL=parking-circle.mjs.map
|