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