import * as React from 'react'; export interface CarParking32Props extends React.SVGProps { ariaLabel?: string } export default function CarParking32({ ariaLabel, ...props }: CarParking32Props) { return ( ); }