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