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