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