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