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