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