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